changeset 57985:0d9f8735eca6

Regenerate.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Nov 2004 16:53:38 +0000
parents 66817306c030
children febe33245a3c
files configure src/config.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Nov 06 16:29:08 2004 +0000
+++ b/configure	Sat Nov 06 16:53:38 2004 +0000
@@ -13704,8 +13704,9 @@
 
 
 
+
 for ac_func in gethostname getdomainname dup2 \
-rename closedir mkdir rmdir sysinfo \
+rename closedir mkdir rmdir sysinfo getrusage \
 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 getwd shutdown getaddrinfo \
--- a/src/config.in	Sat Nov 06 16:29:08 2004 +0000
+++ b/src/config.in	Sat Nov 06 16:53:38 2004 +0000
@@ -196,6 +196,9 @@
 /* Define to 1 if you have the `getpt' function. */
 #undef HAVE_GETPT
 
+/* Define to 1 if you have the `getrusage' function. */
+#undef HAVE_GETRUSAGE
+
 /* Define to 1 if you have the `getsockname' function. */
 #undef HAVE_GETSOCKNAME