diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-12-18 17:31:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-12-18 17:31:01 -0500 |
commit | b6c832d07f5a1c68607a9cff0da25cee0de89dad (patch) | |
tree | 46428c4ecb61ce53eccb5b9c367a917e9e6dba9d /config.hin | |
parent | 97d3287af85e3890f03d2a48474de0d1a431b676 (diff) | |
download | lynx-snapshots-b6c832d07f5a1c68607a9cff0da25cee0de89dad.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-102
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.hin b/config.hin index 3653bad7..5e299965 100644 --- a/config.hin +++ b/config.hin @@ -31,6 +31,7 @@ #undef HAVE_PUTENV #undef HAVE_READDIR #undef HAVE_SIZECHANGE /* defined by CF_SIZECHANGE */ +#undef HAVE_STRERROR #undef HAVE_STRING_H #undef HAVE_SYS_DIR_H /* defined by AC_HEADER_DIRENT */ #undef HAVE_SYS_FCNTL_H /* have <sys/fcntl.h> */ @@ -42,8 +43,10 @@ #undef HAVE_TTYTYPE #undef HAVE_TYPE_UNIONWAIT /* CF_UNION_WAIT */ #undef HAVE_UNISTD_H /* have <unistd.h> */ +#undef HAVE_USE_DEFAULT_COLORS /* ncurses extension */ #undef HAVE_UTMP #undef HAVE_WAITPID +#undef HAVE_WBORDER #undef IGNORE_CTRL_C /* FIXME: make tests? */ #undef INSTALL_ARGS /* CF_PATH_PROG(install) */ #undef INSTALL_PATH /* CF_PATH_PROG(install) */ @@ -80,6 +83,7 @@ #undef UNIX #undef UNZIP_PATH /* CF_PATH_PROG(unzip) */ #undef USE_COLOR_STYLE /* CF_ARG_ENABLE(color-style) */ +#undef USE_EXTERNS /* CF_ARG_ENABLE(externs) */ #undef USE_HASH /* see USE_COLOR_STYLE */ #undef USE_SIZECHANGEHACK /* FIXME: find a case where this works! */ #undef USE_SLANG /* AC_ARG_WITH(screen=slang) */ |