ubik: don't rely on timeout value after select()
[openafs.git] / acinclude.m4
index b7b0333..84669f0 100644 (file)
@@ -1228,7 +1228,9 @@ AC_CHECK_HEADERS([ \
                   math.h \
                   mntent.h \
                   ncurses.h \
+                  net/if.h \
                   netdb.h \
+                  netinet/if_ether.h \
                   netinet/in.h \
                   pwd.h \
                   regex.h \
@@ -1242,12 +1244,15 @@ AC_CHECK_HEADERS([ \
                   strings.h \
                   sys/bitypes.h \
                   sys/bswap.h \
+                  sys/dk.h \
                   sys/fcntl.h \
                   sys/file.h \
                   sys/fs_types.h \
                   sys/fstyp.h \
                   sys/ioctl.h \
                   sys/ipc.h \
+                  sys/lockf.h \
+                  sys/map.h \
                   sys/mount.h \
                   sys/mntent.h \
                   sys/mnttab.h \
@@ -1366,16 +1371,18 @@ AC_CHECK_FUNCS([ \
        fchown \
        gethostname \
        gettimeofday \
-       localtime_r \
        lstat \
        inet_aton \
        inet_ntop \
        inet_pton \
+       putenv \
        readv \
+       setenv \
        strdup \
        strftime \
        strndup \
        strsep \
+       unsetenv \
 ])
 
 dnl Functions that are in objects that we always build from libroken
@@ -1400,6 +1407,7 @@ AC_REPLACE_FUNCS([ \
        getdtablesize \
        getopt \
        getprogname \
+       localtime_r \
        mkstemp \
        strcasecmp \
        strlcat \