diff options
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/autogen/config.in b/autogen/config.in index 5388b8dc046..4d848657799 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -375,9 +375,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 375 | /* Define to 1 if you have the `fork' function. */ | 375 | /* Define to 1 if you have the `fork' function. */ |
| 376 | #undef HAVE_FORK | 376 | #undef HAVE_FORK |
| 377 | 377 | ||
| 378 | /* Define to 1 if you have the `fpathconf' function. */ | ||
| 379 | #undef HAVE_FPATHCONF | ||
| 380 | |||
| 381 | /* Define to 1 if you have the `freeifaddrs' function. */ | 378 | /* Define to 1 if you have the `freeifaddrs' function. */ |
| 382 | #undef HAVE_FREEIFADDRS | 379 | #undef HAVE_FREEIFADDRS |
| 383 | 380 | ||
diff --git a/autogen/configure b/autogen/configure index e44b44a0a00..ae898f6f1d1 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -13449,7 +13449,7 @@ esac | |||
| 13449 | for ac_func in gethostname \ | 13449 | for ac_func in gethostname \ |
| 13450 | closedir getrusage get_current_dir_name \ | 13450 | closedir getrusage get_current_dir_name \ |
| 13451 | lrand48 \ | 13451 | lrand48 \ |
| 13452 | fpathconf select getpagesize setlocale \ | 13452 | select getpagesize setlocale \ |
| 13453 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ | 13453 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ |
| 13454 | strsignal setitimer \ | 13454 | strsignal setitimer \ |
| 13455 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ | 13455 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ |