diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-06-07 19:32:16 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-06-07 19:32:16 -0400 |
commit | 5101937aad7336c927af766909a0c794f198c59d (patch) | |
tree | e2c924b6a21dffcdfdb38d74287c2783bfc5ce88 /src/LYrcFile.h | |
parent | 96214a47b6745616055c91df4353709bea8e22bb (diff) | |
download | lynx-snapshots-5101937aad7336c927af766909a0c794f198c59d.tar.gz |
snapshot of project "lynx", label v2-8-7pre_5b
Diffstat (limited to 'src/LYrcFile.h')
-rw-r--r-- | src/LYrcFile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYrcFile.h b/src/LYrcFile.h index 56f75c68..22f56861 100644 --- a/src/LYrcFile.h +++ b/src/LYrcFile.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYrcFile.h,v 1.31 2009/05/22 00:19:45 tom Exp $ + * $LynxId: LYrcFile.h,v 1.33 2009/06/07 16:56:00 tom Exp $ */ #ifndef LYRCFILE_H #define LYRCFILE_H @@ -21,6 +21,7 @@ #define RC_ASSUME_UNREC_CHARSET "assume_unrec_charset" #define RC_AUTO_SESSION "auto_session" #define RC_AUTO_UNCACHE_DIRLISTS "auto_uncache_dirlists" +#define RC_BAD_HTML "bad_html" #define RC_BIBP_BIBHOST "bibp_bibhost" #define RC_BIBP_GLOBALSERVER "bibp_globalserver" #define RC_BLOCK_MULTI_BOOKMARKS "block_multi_bookmarks" @@ -218,6 +219,7 @@ #define RC_SOURCE_CACHE_FOR_ABORTED "source_cache_for_aborted" #define RC_SSL_CERT_FILE "ssl_cert_file" #define RC_STARTFILE "startfile" +#define RC_STATUS_BUFFER_SIZE "status_buffer_size" #define RC_STRIP_DOTDOT_URLS "strip_dotdot_urls" #define RC_SUBSTITUTE_UNDERSCORES "substitute_underscores" #define RC_SUB_BOOKMARKS "sub_bookmarks" |