diff src/config.h.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 13181f978082
children ecf1ebac70d8
line wrap: on
line diff
--- a/src/config.h.in	Sat Sep 11 04:00:41 2004 +0000
+++ b/src/config.h.in	Sat Sep 11 05:28:41 2004 +0000
@@ -254,10 +254,12 @@
 #undef HAVE_MACH_MACH_H
 #undef HAVE_SYS_PARAM_H
 #undef HAVE_SYS_PSTAT_H
+#undef HAVE_SYS_RESOURCE_H
 #undef HAVE_SYS_TIME_H
 #undef HAVE_SYS_TIMEB_H
 #undef HAVE_SYS_TIMES_H
 #undef HAVE_SYS_UN_H
+#undef HAVE_SYS_VLIMIT_H
 #undef HAVE_ULIMIT_H
 #undef HAVE_UNISTD_H
 
@@ -360,6 +362,7 @@
 #undef HAVE_GETHOSTNAME
 #undef HAVE_GETNAMEINFO
 #undef HAVE_GETPAGESIZE
+#undef HAVE_GETRLIMIT
 #undef HAVE_GETTIMEOFDAY
 #undef HAVE_GETWD
 #undef HAVE_GETCWD
@@ -399,6 +402,7 @@
 #undef HAVE_UTIMES
 #undef HAVE_WAITPID
 #undef HAVE_VSNPRINTF
+#undef HAVE_VLIMIT
 
 /* Many flavors of PTY support */
 #undef HAVE_GETPT	/* glibc's easy pty allocation function */