comparison configure.in @ 28582:c5731a195ae1

Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
author Dave Love <fx@gnu.org>
date Fri, 14 Apr 2000 11:21:41 +0000
parents 5b7b3b5d54df
children 4b02b8c1a956
comparison
equal deleted inserted replaced
28581:151b7ae3b21f 28582:c5731a195ae1
1841 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ 1841 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1842 rename closedir mkdir rmdir sysinfo \ 1842 rename closedir mkdir rmdir sysinfo \
1843 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1843 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1844 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1844 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1845 utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ 1845 utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
1846 __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm) 1846 __fpending ftello mblen mbrlen strsignal setitimer ualarm)
1847
1848 AC_FUNC_MKTIME
1849 if test "$ac_cv_func_working_mktime" = no; then
1850 AC_DEFINE(BROKEN_MKTIME)
1851 fi
1852
1853 AC_FUNC_GETLOADAVG
1847 1854
1848 # Check this now, so that we will NOT find the above functions in ncurses. 1855 # Check this now, so that we will NOT find the above functions in ncurses.
1849 # That is because we have not set up to link ncurses in lib-src. 1856 # That is because we have not set up to link ncurses in lib-src.
1850 # It's better to believe a function is not available 1857 # It's better to believe a function is not available
1851 # than to expect to find it in ncurses. 1858 # than to expect to find it in ncurses.