diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-08-15 22:09:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-08-15 22:09:45 -0400 |
commit | 0eae931d4f0fd1194dfcd978c3d94079b710923f (patch) | |
tree | 5713fc8c66fffb144192357464fe616522c6c7fe /config.hin | |
parent | d7e8d7e419ae58610a9988ff09910670a59526ff (diff) | |
download | lynx-snapshots-0eae931d4f0fd1194dfcd978c3d94079b710923f.tar.gz |
snapshot of project "lynx", label v2-8-1dev_21
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.hin b/config.hin index c64801f7..4a019b61 100644 --- a/config.hin +++ b/config.hin @@ -66,6 +66,7 @@ #undef LINUX /* FIXME: make tests? */ #undef LOCALE /* for locale support */ #undef LONG_LIST /* CF_ARG_DISABLE(long-list) */ +#undef LYNXCGI_LINKS /* CF_ARG_ENABLE(cgi-links) */ #undef LYNX_CFG_FILE /* $libdir/lynx.cfg */ #undef LYNX_LSS_FILE /* $libdir/lynx.lss */ #undef LY_FIND_LEAKS /* configure --disable-leaks */ @@ -138,7 +139,7 @@ /* FIXME:SVR4_BSDSELECT */ /* Some older socks libraries, especially AIX need special definitions */ -#if defined(_AIX) || !defined(USE_SOCKS5) +#if defined(_AIX) && !defined(USE_SOCKS5) #undef accept #undef bind #undef connect |