Mercurial > emacs
changeset 65415:576086b490f8
Regenerated after adding test for get_current_dir_name.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Sep 2005 11:36:24 +0000 |
parents | 4ef0efc10253 |
children | 0ef06c2b31da |
files | configure src/config.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 \
--- 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