]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerated after adding test for get_current_dir_name.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2005 11:36:24 +0000 (11:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2005 11:36:24 +0000 (11:36 +0000)
configure
src/config.in

index a7a013c9ada7460a8a61702d72da6307720ea50a..e408d35b14a9209f35eed90b8c0b062cc6b6c06f 100755 (executable)
--- 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 \
index f2afed2ecb16b2fda07ba1dc6b9fb7453082bfd1..b5b700c69bfcac54578055e82ee097d0a340ee73 100644 (file)
@@ -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