diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-17 06:17:40 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-17 06:17:40 -0500 |
commit | a455a5cee5f84cd405f368b1016792cd3ad5db2a (patch) | |
tree | c25d9ddc1cb45ddd95b66d339151ba998a56dd57 /autogen | |
parent | cd48a2e800819bee7a3d9189cf2478e5a8c256a2 (diff) | |
download | emacs-a455a5cee5f84cd405f368b1016792cd3ad5db2a.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-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/>. */ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK -/* Define to 1 if you have the `fpathconf' function. */ -#undef HAVE_FPATHCONF - /* Define to 1 if you have the `freeifaddrs' function. */ #undef HAVE_FREEIFADDRS diff --git a/autogen/configure b/autogen/configure index e44b44a0a00..ae898f6f1d1 100755 --- a/autogen/configure +++ b/autogen/configure @@ -13449,7 +13449,7 @@ esac for ac_func in gethostname \ closedir getrusage get_current_dir_name \ lrand48 \ -fpathconf select getpagesize setlocale \ +select getpagesize setlocale \ utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ strsignal setitimer \ sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ |