comparison configure.in @ 16005:4ce6238c5458

(sys/systeminfo.h, getdomainname, sysinfo): Check for them.
author Paul Eggert <eggert@twinsun.com>
date Sat, 31 Aug 1996 22:11:26 +0000
parents 7efe73695144
children 530b7973135f
comparison
equal deleted inserted replaced
16004:d58c27b8187e 16005:4ce6238c5458
1003 1003
1004 dnl checks for Unix variants 1004 dnl checks for Unix variants
1005 AC_AIX 1005 AC_AIX
1006 1006
1007 dnl checks for header files 1007 dnl checks for header files
1008 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h) 1008 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h)
1009 AC_HEADER_STDC 1009 AC_HEADER_STDC
1010 AC_HEADER_TIME 1010 AC_HEADER_TIME
1011 AC_DECL_SYS_SIGLIST 1011 AC_DECL_SYS_SIGLIST
1012 1012
1013 dnl Some systems have utime.h but don't declare the struct anyplace. 1013 dnl Some systems have utime.h but don't declare the struct anyplace.
1436 1436
1437 # fmod, logb, and frexp are found in -lm on most systems. 1437 # fmod, logb, and frexp are found in -lm on most systems.
1438 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. 1438 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
1439 AC_CHECK_LIB(m, sqrt) 1439 AC_CHECK_LIB(m, sqrt)
1440 1440
1441 AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1441 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1442 rename closedir mkdir rmdir sysinfo \
1442 random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ 1443 random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
1443 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale utimes) 1444 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale utimes)
1444 1445
1445 # Check this now, so that we will NOT find the above functions in ncurses. 1446 # Check this now, so that we will NOT find the above functions in ncurses.
1446 # That is because we have not set up to link ncurses in lib-src. 1447 # That is because we have not set up to link ncurses in lib-src.