diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-10-25 18:35:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-10-25 18:35:30 -0400 |
commit | 5b28849589e7577a222685852b8601a1e7568726 (patch) | |
tree | cce74bbe5bf3c32f82c79a94c22eb29ca458c6ee /configure.in | |
parent | c16270eee5ad3c6a3b992a9684ff8bd60e60de96 (diff) | |
download | lynx-snapshots-5b28849589e7577a222685852b8601a1e7568726.tar.gz |
snapshot of project "lynx", label v2-8-4dev_12
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2fbd77b5..8f024648 100644 --- a/configure.in +++ b/configure.in @@ -493,6 +493,7 @@ AC_CHECK_HEADERS( \ sys/filio.h \ sys/ioctl.h \ sys/param.h \ + sys/timeb.h \ sys/time.h \ syslog.h \ termio.h \ @@ -518,6 +519,7 @@ CF_REMOVE_BROKEN CF_FUNC_LSTAT AC_CHECK_FUNCS( \ cuserid \ + ftime \ getcwd \ getgroups \ gettimeofday \ |