From ea92fc9ff2af592661e62e388f70097559ef4f2a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 Nov 2004 16:53:38 +0000 Subject: [PATCH] Regenerate. --- configure | 3 ++- src/config.in | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index c776e1fd633..d4c7ae27f4c 100755 --- a/configure +++ b/configure @@ -13702,10 +13702,11 @@ done + 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 \ diff --git a/src/config.in b/src/config.in index 0fb9126b470..fe1adc39f9d 100644 --- a/src/config.in +++ b/src/config.in @@ -196,6 +196,9 @@ Boston, MA 02111-1307, USA. */ /* 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 -- 2.39.5