aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure2
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
13449for ac_func in gethostname \ 13449for ac_func in gethostname \
13450closedir getrusage get_current_dir_name \ 13450closedir getrusage get_current_dir_name \
13451lrand48 \ 13451lrand48 \
13452fpathconf select getpagesize setlocale \ 13452select getpagesize setlocale \
13453utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ 13453utimes getrlimit setrlimit getcwd shutdown getaddrinfo \
13454strsignal setitimer \ 13454strsignal setitimer \
13455sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ 13455sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \