diff options
author | Pixel <Pixel> | 2001-11-13 06:58:35 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-13 06:58:35 +0000 |
commit | 701e4e617e00e7f0ed4f07c1c4bcc20f6fb6ce4d (patch) | |
tree | 21295a8de0e7b9a162580cce1870f296b26444c6 /configure.in | |
parent | ae4d1cfcbbe4c6130bd6370a03f546993a37f567 (diff) |
Puking configure.in
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 273c041..84832b9 100644 --- a/configure.in +++ b/configure.in @@ -62,12 +62,14 @@ AC_CHECK_HEADERS(libintl.h fcntl.h limits.h malloc.h strings.h unistd.h langinfo AC_CHECK_HEADERS(alloca.h errno.h netdb.h netinet/in.h sys/socket.h stddef.h) AC_HEADER_SYS_WAIT AC_STRUCT_TM +AC_HEADER_TIME dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE AC_TYPE_SIZE_T AC_C_BIGENDIAN +AC_TYPE_SIGNAL dnl Checks for library functions. AC_FUNC_ALLOCA |