diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-07-31 09:38:29 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-07-31 09:38:29 -0400 |
commit | e6ba2a01f70f84d9133cf305e4b493c9d656cb21 (patch) | |
tree | 264c4d01cf7791c9f77d583f05456a6108df3cdc /config.hin | |
parent | aa3258c631eaca9dc2e7e2590b8778b827006144 (diff) | |
download | lynx-snapshots-e6ba2a01f70f84d9133cf305e4b493c9d656cb21.tar.gz |
snapshot of project "lynx", label v2-8-1dev_19
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/config.hin b/config.hin index 84da5c83..131df923 100644 --- a/config.hin +++ b/config.hin @@ -19,9 +19,11 @@ #undef DONT_TRACK_INTERNAL_LINKS /* CF_ARG_DISABLE(internal-links) */ #undef EXP_8BIT_TOUPPER /* AC_ARG_ENABLE(8bit-toupper) */ #undef EXP_CHARTRANS_AUTOSWITCH /* AC_ARG_ENABLE(font-switch) */ +#undef EXP_FORMS_OPTIONS /* AC_ARG_ENABLE(forms-options) */ #undef EXP_PERSISTENT_COOKIES /* AC_ARG_ENABLE(persistent-cookies) */ #undef FANCY_CURSES /* defined by CF_FANCY_CURSES */ #undef GCC_UNUSED /* CF_GCC_ATTRIBUTES */ +#undef GETGROUPS_T /* AC_TYPE_GETGROUPS */ #undef GZIP_PATH /* CF_PATH_PROG(gzip) */ #undef HAVE_CBREAK #undef HAVE_CURSESX_H @@ -85,6 +87,7 @@ #undef OK_UUDECODE /* CF_ARG_DISABLE(dired-uudecode) */ #undef OK_ZIP /* CF_ARG_DISABLE(dired-zip) */ #undef RM_PATH /* CF_PATH_PROG(rm) */ +#undef SOCKS /* CF_SOCKS, CF_SOCKS5 */ #undef STDC_HEADERS #undef SYSLOG_REQUESTED_URLS /* CF_ARG_ENABLE(syslog) */ #undef SYSTEM_MAIL /* CF_DEFINE_PROG */ @@ -92,7 +95,6 @@ #undef TAR_PATH /* CF_PATH_PROG(tar) */ #undef TERMIO_AND_TERMIOS /* termio.h and termios.h combo bug */ #undef TOUCH_PATH /* CF_PATH_PROG(touch) */ -#undef TYPE_GETGROUPS /* CF_GETGROUPS */ #undef ULTRIX /* config.sub */ #undef UNCOMPRESS_PATH /* CF_PATH_PROG(gunzip) */ #undef UNDERLINE_LINKS /* CF_ARG_ENABLE(underlines) */ @@ -113,13 +115,10 @@ #undef WAIT_USES_UNION /* CF_FUNC_WAIT */ #undef ZCAT_PATH /* CF_PATH_PROG(zcat) */ #undef ZIP_PATH /* CF_PATH_PROG(zip) */ -#undef accept /* CF_SOCKS5 */ +#undef _ALL_SOURCE /* AC_AIX */ #undef const /* defined by AC_C_CONST */ -#undef getpeername /* CF_SOCKS5 */ -#undef getsockname /* CF_SOCKS5 */ #undef mode_t /* defined by AC_TYPE_MODE_T */ #undef pid_t /* defined by AC_TYPE_PID_T */ -#undef recvfrom /* CF_SOCKS5 */ #undef uid_t /* defined by AC_TYPE_UID_T */ #undef vfork /* defined by AC_FUNC_FORK */ @@ -135,9 +134,20 @@ /* FIXME:REVERSE_CLEAR_SCREEN_PROBLEM */ /* FIXME:SHORTENED_RBIND */ /* FIXME:SNAKE */ -/* FIXME:SOCKS */ /* FIXME:SVR4_BSDSELECT */ +/* Some older socks libraries, especially AIX need special definitions */ +#if defined(_AIX) || !defined(USE_SOCKS5) +#undef accept +#undef bind +#undef connect +#undef getpeername +#undef getsockname +#undef listen +#undef recvfrom +#undef select +#endif + #ifndef HAVE_LSTAT #define lstat stat #endif |