aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-11-06 16:53:38 +0000
committerEli Zaretskii2004-11-06 16:53:38 +0000
commitea92fc9ff2af592661e62e388f70097559ef4f2a (patch)
treea5fb63469ee7a31387a69db5fc96c79809ad83c2
parentaec04d3666942eba01ad707b5bc5705f94de5f67 (diff)
downloademacs-ea92fc9ff2af592661e62e388f70097559ef4f2a.tar.gz
emacs-ea92fc9ff2af592661e62e388f70097559ef4f2a.zip
Regenerate.
-rwxr-xr-xconfigure3
-rw-r--r--src/config.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index c776e1fd633..d4c7ae27f4c 100755
--- a/configure
+++ b/configure
@@ -13704,8 +13704,9 @@ done
13704 13704
13705 13705
13706 13706
13707
13707for ac_func in gethostname getdomainname dup2 \ 13708for ac_func in gethostname getdomainname dup2 \
13708rename closedir mkdir rmdir sysinfo \ 13709rename closedir mkdir rmdir sysinfo getrusage \
13709random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 13710random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
13710strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 13711strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
13711utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ 13712utimes 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. */
196/* Define to 1 if you have the `getpt' function. */ 196/* Define to 1 if you have the `getpt' function. */
197#undef HAVE_GETPT 197#undef HAVE_GETPT
198 198
199/* Define to 1 if you have the `getrusage' function. */
200#undef HAVE_GETRUSAGE
201
199/* Define to 1 if you have the `getsockname' function. */ 202/* Define to 1 if you have the `getsockname' function. */
200#undef HAVE_GETSOCKNAME 203#undef HAVE_GETSOCKNAME
201 204