diff options
| author | Glenn Morris | 2012-11-22 06:17:34 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-22 06:17:34 -0500 |
| commit | aa8715fbdb6c619666f7213a9ec8615b31b01517 (patch) | |
| tree | f7feebf15da90f6abaaad215ad180fc4ee7de068 | |
| parent | 5c74767510841c8afc35f66f5cb068fe99f29615 (diff) | |
| download | emacs-aa8715fbdb6c619666f7213a9ec8615b31b01517.tar.gz emacs-aa8715fbdb6c619666f7213a9ec8615b31b01517.zip | |
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/>. */ | |||
| 50 | /* Define to the number of bits in type 'wint_t'. */ | 50 | /* Define to the number of bits in type 'wint_t'. */ |
| 51 | #undef BITSIZEOF_WINT_T | 51 | #undef BITSIZEOF_WINT_T |
| 52 | 52 | ||
| 53 | /* Define if getwd should not be used. */ | ||
| 54 | #undef BROKEN_GETWD | ||
| 55 | |||
| 56 | /* Define if get_current_dir_name should not be used. */ | 53 | /* Define if get_current_dir_name should not be used. */ |
| 57 | #undef BROKEN_GET_CURRENT_DIR_NAME | 54 | #undef BROKEN_GET_CURRENT_DIR_NAME |
| 58 | 55 | ||
| @@ -402,9 +399,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 402 | /* Define to 1 if you have the `getaddrinfo' function. */ | 399 | /* Define to 1 if you have the `getaddrinfo' function. */ |
| 403 | #undef HAVE_GETADDRINFO | 400 | #undef HAVE_GETADDRINFO |
| 404 | 401 | ||
| 405 | /* Define to 1 if you have the `getcwd' function. */ | ||
| 406 | #undef HAVE_GETCWD | ||
| 407 | |||
| 408 | /* Define to 1 if you have the `getdelim' function. */ | 402 | /* Define to 1 if you have the `getdelim' function. */ |
| 409 | #undef HAVE_GETDELIM | 403 | #undef HAVE_GETDELIM |
| 410 | 404 | ||
| @@ -453,9 +447,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 453 | /* Define to 1 if you have the `gettimeofday' function. */ | 447 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 454 | #undef HAVE_GETTIMEOFDAY | 448 | #undef HAVE_GETTIMEOFDAY |
| 455 | 449 | ||
| 456 | /* Define to 1 if you have the `getwd' function. */ | ||
| 457 | #undef HAVE_GETWD | ||
| 458 | |||
| 459 | /* Define to 1 if you have the `get_current_dir_name' function. */ | 450 | /* Define to 1 if you have the `get_current_dir_name' function. */ |
| 460 | #undef HAVE_GET_CURRENT_DIR_NAME | 451 | #undef HAVE_GET_CURRENT_DIR_NAME |
| 461 | 452 | ||
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 \ | |||
| 13477 | closedir getrusage get_current_dir_name \ | 13477 | closedir getrusage get_current_dir_name \ |
| 13478 | lrand48 \ | 13478 | lrand48 \ |
| 13479 | select getpagesize setlocale \ | 13479 | select getpagesize setlocale \ |
| 13480 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ | 13480 | utimes getrlimit setrlimit shutdown getaddrinfo \ |
| 13481 | strsignal setitimer \ | 13481 | strsignal setitimer \ |
| 13482 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ | 13482 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ |
| 13483 | gai_strerror mkstemp getline getdelim fsync sync \ | 13483 | gai_strerror mkstemp getline getdelim fsync sync \ |
| @@ -13498,24 +13498,6 @@ fi | |||
| 13498 | done | 13498 | done |
| 13499 | 13499 | ||
| 13500 | 13500 | ||
| 13501 | if test $opsys = unixware; then | ||
| 13502 | |||
| 13503 | $as_echo "#define BROKEN_GETWD 1" >>confdefs.h | ||
| 13504 | |||
| 13505 | else | ||
| 13506 | for ac_func in getwd | ||
| 13507 | do : | ||
| 13508 | ac_fn_c_check_func "$LINENO" "getwd" "ac_cv_func_getwd" | ||
| 13509 | if test "x$ac_cv_func_getwd" = x""yes; then : | ||
| 13510 | cat >>confdefs.h <<_ACEOF | ||
| 13511 | #define HAVE_GETWD 1 | ||
| 13512 | _ACEOF | ||
| 13513 | |||
| 13514 | fi | ||
| 13515 | done | ||
| 13516 | |||
| 13517 | fi | ||
| 13518 | |||
| 13519 | ## Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines | 13501 | ## Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines |
| 13520 | ## has a broken `rint' in some library versions including math library | 13502 | ## has a broken `rint' in some library versions including math library |
| 13521 | ## version number A.09.05. | 13503 | ## version number A.09.05. |