From: Eli Zaretskii Date: Sat, 10 Sep 2005 11:36:24 +0000 (+0000) Subject: Regenerated after adding test for get_current_dir_name. X-Git-Tag: emacs-pretest-22.0.90~7185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2fcf54303d5cdde15605a9cb34fb076e7185123;p=emacs.git Regenerated after adding test for get_current_dir_name. --- diff --git a/configure b/configure index a7a013c9ada..e408d35b14a 100755 --- a/configure +++ b/configure @@ -14082,10 +14082,11 @@ done + for ac_func in gethostname getdomainname dup2 \ -rename closedir mkdir rmdir sysinfo getrusage \ +rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ 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 f2afed2ecb1..b5b700c69bf 100644 --- a/src/config.in +++ b/src/config.in @@ -221,6 +221,9 @@ Boston, MA 02110-1301, USA. */ /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD +/* Define to 1 if you have the `get_current_dir_name' function. */ +#undef HAVE_GET_CURRENT_DIR_NAME + /* Define to 1 if you have the ungif library (-lungif). */ #undef HAVE_GIF