]> code.delx.au - gnu-emacs/commitdiff
Regenerate.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2004 16:53:38 +0000 (16:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2004 16:53:38 +0000 (16:53 +0000)
configure
src/config.in

index c776e1fd63340d184edde5b6f4b3417a6e69eaf8..d4c7ae27f4c5b2aa21ea4605f112b414e4476b51 100755 (executable)
--- 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 \
index 0fb9126b470f473f080c7a92be4186f46eb783f6..fe1adc39f9dacdb938bf44f8bf1ba61a41502214 100644 (file)
@@ -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