diff options
| author | Juanma Barranquero | 2012-11-23 16:42:40 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-11-23 16:42:40 +0100 |
| commit | 0414b37b656f6ce5c795beed0a9a5930c20d2f9c (patch) | |
| tree | e89ef0d020c6faae730ea67bd874dc78a8d9ba43 | |
| parent | f418b22ee985bb6887c45856a1cabe2f5c726fca (diff) | |
| download | emacs-0414b37b656f6ce5c795beed0a9a5930c20d2f9c.tar.gz emacs-0414b37b656f6ce5c795beed0a9a5930c20d2f9c.zip | |
nt/config.nt: Sync with autogen/config.in.
(BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD): Remove.
| -rw-r--r-- | nt/ChangeLog | 6 | ||||
| -rw-r--r-- | nt/config.nt | 15 |
2 files changed, 6 insertions, 15 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index ae6cb231614..0e66f723a2c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-11-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD): | ||
| 5 | Remove. | ||
| 6 | |||
| 1 | 2012-11-23 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-11-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise. | 9 | * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise. |
diff --git a/nt/config.nt b/nt/config.nt index 1adcbca89be..ba63d2c4833 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -54,9 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 54 | /* Define to the number of bits in type 'wint_t'. */ | 54 | /* Define to the number of bits in type 'wint_t'. */ |
| 55 | #undef BITSIZEOF_WINT_T | 55 | #undef BITSIZEOF_WINT_T |
| 56 | 56 | ||
| 57 | /* Define if getwd should not be used. */ | ||
| 58 | #undef BROKEN_GETWD | ||
| 59 | |||
| 60 | /* Define if get_current_dir_name should not be used. */ | 57 | /* Define if get_current_dir_name should not be used. */ |
| 61 | #undef BROKEN_GET_CURRENT_DIR_NAME | 58 | #undef BROKEN_GET_CURRENT_DIR_NAME |
| 62 | 59 | ||
| @@ -262,9 +259,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 262 | /* Define to 1 if you have the `clock_settime' function. */ | 259 | /* Define to 1 if you have the `clock_settime' function. */ |
| 263 | #undef HAVE_CLOCK_SETTIME | 260 | #undef HAVE_CLOCK_SETTIME |
| 264 | 261 | ||
| 265 | /* Define to 1 if you have the `closedir' function. */ | ||
| 266 | #define HAVE_CLOSEDIR 1 | ||
| 267 | |||
| 268 | /* Define to 1 if you have the <coff.h> header file. */ | 262 | /* Define to 1 if you have the <coff.h> header file. */ |
| 269 | #undef HAVE_COFF_H | 263 | #undef HAVE_COFF_H |
| 270 | 264 | ||
| @@ -348,9 +342,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 348 | /* Define to 1 if you have the `difftime' function. */ | 342 | /* Define to 1 if you have the `difftime' function. */ |
| 349 | #undef HAVE_DIFFTIME | 343 | #undef HAVE_DIFFTIME |
| 350 | 344 | ||
| 351 | /* Define to 1 if you have the <dirent.h> header file. */ | ||
| 352 | #undef HAVE_DIRENT_H | ||
| 353 | |||
| 354 | /* Define to 1 if you have the 'dup2' function. */ | 345 | /* Define to 1 if you have the 'dup2' function. */ |
| 355 | #define HAVE_DUP2 1 | 346 | #define HAVE_DUP2 1 |
| 356 | 347 | ||
| @@ -375,9 +366,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 375 | /* Define to 1 if you have the `faccessat' function. */ | 366 | /* Define to 1 if you have the `faccessat' function. */ |
| 376 | #undef HAVE_FACCESSAT | 367 | #undef HAVE_FACCESSAT |
| 377 | 368 | ||
| 378 | /* Define to 1 if you have the <fcntl.h> header file. */ | ||
| 379 | #undef HAVE_FCNTL_H | ||
| 380 | |||
| 381 | /* Define to 1 if you have the `fork' function. */ | 369 | /* Define to 1 if you have the `fork' function. */ |
| 382 | #undef HAVE_FORK | 370 | #undef HAVE_FORK |
| 383 | 371 | ||
| @@ -459,9 +447,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 459 | /* Define to 1 if you have the `gettimeofday' function. */ | 447 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 460 | #define HAVE_GETTIMEOFDAY 1 | 448 | #define HAVE_GETTIMEOFDAY 1 |
| 461 | 449 | ||
| 462 | /* Define to 1 if you have the `getwd' function. */ | ||
| 463 | #undef HAVE_GETWD | ||
| 464 | |||
| 465 | /* 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. */ |
| 466 | #undef HAVE_GET_CURRENT_DIR_NAME | 451 | #undef HAVE_GET_CURRENT_DIR_NAME |
| 467 | 452 | ||