about summary refs log tree commit diff stats
path: root/config.hin
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-08-15 22:09:45 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-08-15 22:09:45 -0400
commit0eae931d4f0fd1194dfcd978c3d94079b710923f (patch)
tree5713fc8c66fffb144192357464fe616522c6c7fe /config.hin
parentd7e8d7e419ae58610a9988ff09910670a59526ff (diff)
downloadlynx-snapshots-0eae931d4f0fd1194dfcd978c3d94079b710923f.tar.gz
snapshot of project "lynx", label v2-8-1dev_21
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin3
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