comparison configure.in @ 26643:815e038876f7

AC_CHECK_FUNCS for setitimer and ualarm.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 28 Nov 1999 20:13:30 +0000
parents b32d82817493
children f94f6b1c6d7a
comparison
equal deleted inserted replaced
26642:466622719e96 26643:815e038876f7
1799 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ 1799 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1800 rename closedir mkdir rmdir sysinfo \ 1800 rename closedir mkdir rmdir sysinfo \
1801 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1801 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1802 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1802 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1803 utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ 1803 utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
1804 __fpending ftello getloadavg mblen mbrlen strsignal) 1804 __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm)
1805 1805
1806 # Check this now, so that we will NOT find the above functions in ncurses. 1806 # Check this now, so that we will NOT find the above functions in ncurses.
1807 # That is because we have not set up to link ncurses in lib-src. 1807 # That is because we have not set up to link ncurses in lib-src.
1808 # It's better to believe a function is not available 1808 # It's better to believe a function is not available
1809 # than to expect to find it in ncurses. 1809 # than to expect to find it in ncurses.