diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-24 00:37:02 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-24 00:37:02 +0000 |
commit | 8aea9066248d82b48dd83b99ad62015feb46ccb2 (patch) | |
tree | 7e7ec03951cc36909ea84f42f02305593e9d9ec9 /src/LYrcFile.h | |
parent | a803e26dcdc6652b12d05f29bbd1b23c4b4239ed (diff) | |
download | lynx-snapshots-8aea9066248d82b48dd83b99ad62015feb46ccb2.tar.gz |
snapshot of project "lynx", label v2-9-0dev_2c
Diffstat (limited to 'src/LYrcFile.h')
-rw-r--r-- | src/LYrcFile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYrcFile.h b/src/LYrcFile.h index bcba7f5b..0397b7de 100644 --- a/src/LYrcFile.h +++ b/src/LYrcFile.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYrcFile.h,v 1.53 2019/01/25 13:40:18 tom Exp $ + * $LynxId: LYrcFile.h,v 1.54 2019/08/24 00:08:45 tom Exp $ */ #ifndef LYRCFILE_H #define LYRCFILE_H @@ -203,6 +203,7 @@ #define RC_QUIT_DEFAULT_YES "quit_default_yes" #define RC_RAW_MODE "raw_mode" #define RC_READ_TIMEOUT "read_timeout" +#define RC_REDIRECTION_LIMIT "redirection_limit" #define RC_REFERER_WITH_QUERY "referer_with_query" #define RC_REPLAYSECS "replaysecs" #define RC_REUSE_TEMPFILES "reuse_tempfiles" |