diff options
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.hin b/config.hin index bc2123f5..5927e801 100644 --- a/config.hin +++ b/config.hin @@ -1,5 +1,5 @@ /* - * $LynxId: config.hin,v 1.139 2016/04/16 00:47:08 tom Exp $ + * $LynxId: config.hin,v 1.140 2017/07/06 00:47:43 tom Exp $ * vile:cmode * * The configure script translates "config.hin" into "lynx_cfg.h" @@ -7,6 +7,8 @@ #ifndef LYNX_CFG_H #define LYNX_CFG_H 1 +#undef HOMEPAGE_URL + #undef ALL_CHARSETS /* AC_ARG_WITH(charsets) */ #undef ALT_CHAR_SET /* CF_ALT_CHAR_SET */ #undef ARCHIVE_ONLY /* CF_ARG_DISABLE(dired-archive) */ |