# HG changeset patch # User Eli Zaretskii # Date 1126352184 0 # Node ID 576086b490f8dd3bf74af1e569d798205a8e46fc # Parent 4ef0efc102533caea22f8a652bf007465facd2f8 Regenerated after adding test for get_current_dir_name. diff -r 4ef0efc10253 -r 576086b490f8 configure --- a/configure Sat Sep 10 11:32:51 2005 +0000 +++ b/configure Sat Sep 10 11:36:24 2005 +0000 @@ -14084,8 +14084,9 @@ + 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 -r 4ef0efc10253 -r 576086b490f8 src/config.in --- a/src/config.in Sat Sep 10 11:32:51 2005 +0000 +++ b/src/config.in Sat Sep 10 11:36:24 2005 +0000 @@ -221,6 +221,9 @@ /* 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