diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-18 01:42:15 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-18 01:42:15 -0500 |
commit | 2bfd7597b7533894c71385f833a91b3d88ee8506 (patch) | |
tree | c5e57e760cd5428bd5c9af6dd56af47c784897ce /src/LYrcFile.h | |
parent | 8ab37dfd02e89e899872656c31264789f82deb34 (diff) | |
download | lynx-snapshots-2bfd7597b7533894c71385f833a91b3d88ee8506.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6r
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 6cd00658..501789b6 100644 --- a/src/LYrcFile.h +++ b/src/LYrcFile.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYrcFile.h,v 1.46 2015/10/08 08:51:26 Simon.Kainz Exp $ + * $LynxId: LYrcFile.h,v 1.47 2015/12/18 00:31:43 tom Exp $ */ #ifndef LYRCFILE_H #define LYRCFILE_H @@ -107,6 +107,7 @@ #define RC_HTMLSRC_ATTRNAME_XFORM "htmlsrc_attrname_xform" #define RC_HTMLSRC_TAGNAME_XFORM "htmlsrc_tagname_xform" #define RC_HTTPS_PROXY "https_proxy" +#define RC_HTTP_PROTOCOL "http_protocol" #define RC_HTTP_PROXY "http_proxy" #define RC_INCLUDE "include" #define RC_INFLATE_PATH "inflate_path" |