diff options
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | src/config.in | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure index a7a013c9ada..e408d35b14a 100755 --- a/configure +++ b/configure @@ -14084,8 +14084,9 @@ 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 |