diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-22 06:17:34 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-22 06:17:34 -0500 |
commit | aa8715fbdb6c619666f7213a9ec8615b31b01517 (patch) | |
tree | f7feebf15da90f6abaaad215ad180fc4ee7de068 | |
parent | 5c74767510841c8afc35f66f5cb068fe99f29615 (diff) | |
download | emacs-aa8715fbdb6c619666f7213a9ec8615b31b01517.tar.gz |
Auto-commit of generated files.
-rw-r--r-- | autogen/config.in | 9 | ||||
-rwxr-xr-x | autogen/configure | 20 |
2 files changed, 1 insertions, 28 deletions
diff --git a/autogen/config.in b/autogen/config.in index 9f664063761..9f530cc57d3 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -50,9 +50,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T -/* Define if getwd should not be used. */ -#undef BROKEN_GETWD - /* Define if get_current_dir_name should not be used. */ #undef BROKEN_GET_CURRENT_DIR_NAME @@ -402,9 +399,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO -/* Define to 1 if you have the `getcwd' function. */ -#undef HAVE_GETCWD - /* Define to 1 if you have the `getdelim' function. */ #undef HAVE_GETDELIM @@ -453,9 +447,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY -/* 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 diff --git a/autogen/configure b/autogen/configure index 79a7c8ba066..0558955911f 100755 --- a/autogen/configure +++ b/autogen/configure @@ -13477,7 +13477,7 @@ for ac_func in gethostname \ closedir getrusage get_current_dir_name \ lrand48 \ select getpagesize setlocale \ -utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ +utimes getrlimit setrlimit shutdown getaddrinfo \ strsignal setitimer \ sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ gai_strerror mkstemp getline getdelim fsync sync \ @@ -13498,24 +13498,6 @@ fi done -if test $opsys = unixware; then - -$as_echo "#define BROKEN_GETWD 1" >>confdefs.h - -else - for ac_func in getwd -do : - ac_fn_c_check_func "$LINENO" "getwd" "ac_cv_func_getwd" -if test "x$ac_cv_func_getwd" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_GETWD 1 -_ACEOF - -fi -done - -fi - ## Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines ## has a broken `rint' in some library versions including math library ## version number A.09.05. |