Regenerated after adding test for get_current_dir_name.

This commit is contained in:
Eli Zaretskii 2005-09-10 11:36:24 +00:00
parent e1d954e461
commit e2fcf54303
2 changed files with 5 additions and 1 deletions

3
configure vendored
View file

@ -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 \

View 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