Mercurial > hg > xemacs-beta
diff configure.in @ 2263:702b5727498a
[xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
mem-limits.h: Use configure to check for OS specific functions.
author | malcolmp |
---|---|
date | Sat, 11 Sep 2004 05:28:41 +0000 |
parents | 646a9dd3e204 |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/configure.in Sat Sep 11 04:00:41 2004 +0000 +++ b/configure.in Sat Sep 11 05:28:41 2004 +0000 @@ -2656,10 +2656,12 @@ mach/mach.h dnl sys/param.h dnl sys/pstat.h dnl + sys/resource.h dnl sys/time.h dnl sys/timeb.h dnl sys/times.h dnl sys/un.h dnl + sys/vlimit.h dnl ulimit.h dnl unistd.h dnl ) @@ -4220,7 +4222,7 @@ dnl Check for POSIX functions. dnl ---------------------------------------------------------------- -AC_CHECK_FUNCS(cbrt closedir dup2 eaccess fmod fpathconf frexp ftime getaddrinfo gethostname getnameinfo getpagesize gettimeofday getcwd getwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf stpcpy strerror strlwr strupr symlink tzset ulimit usleep waitpid vsnprintf fsync ftruncate umask wcslen wcscmp) +AC_CHECK_FUNCS(cbrt closedir dup2 eaccess fmod fpathconf frexp ftime getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd getwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf stpcpy strerror strlwr strupr symlink tzset ulimit usleep waitpid vsnprintf fsync ftruncate umask wcslen wcscmp vlimit) dnl getaddrinfo() is borked under hpux11 if test "$ac_cv_func_getaddrinfo" != "no" ; then