diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-18 00:48:31 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-18 00:48:31 -0400 |
commit | 511bc0c05c0d5674e5d41490969e11ef5c79de8b (patch) | |
tree | 79fbb7dfd99e3f2ed25894d66f0da0239b0f5427 /src/LYrcFile.h | |
parent | 310e655e2b1279d6c088497214e78e99e3fd6f74 (diff) | |
download | lynx-snapshots-511bc0c05c0d5674e5d41490969e11ef5c79de8b.tar.gz |
snapshot of project "lynx", label v2-8-8dev_3e
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 f1ee99b0..7915b64b 100644 --- a/src/LYrcFile.h +++ b/src/LYrcFile.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYrcFile.h,v 1.34 2009/11/27 11:16:04 tom Exp $ + * $LynxId: LYrcFile.h,v 1.35 2010/06/18 00:08:05 tom Exp $ */ #ifndef LYRCFILE_H #define LYRCFILE_H @@ -134,6 +134,7 @@ #define RC_MAX_COOKIES_BUFFER "max_cookies_buffer" #define RC_MAX_COOKIES_DOMAIN "max_cookies_domain" #define RC_MAX_COOKIES_GLOBAL "max_cookies_global" +#define RC_MAX_URI_SIZE "max_uri_size" #define RC_MESSAGESECS "messagesecs" #define RC_MINIMAL_COMMENTS "minimal_comments" #define RC_MKDIR_PATH "mkdir_path" |