From 02b25787251eef2b4f1110d3cefa8cbb7479844b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 28 Nov 1999 20:13:30 +0000 Subject: [PATCH] AC_CHECK_FUNCS for setitimer and ualarm. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7fce1785bf..19be91e677 100644 --- a/configure.in +++ b/configure.in @@ -1801,7 +1801,7 @@ rename closedir mkdir rmdir sysinfo \ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ -__fpending ftello getloadavg mblen mbrlen strsignal) +__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm) # Check this now, so that we will NOT find the above functions in ncurses. # That is because we have not set up to link ncurses in lib-src. -- 2.20.1