From 0414b37b656f6ce5c795beed0a9a5930c20d2f9c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 23 Nov 2012 16:42:40 +0100 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD): Remove. --- nt/ChangeLog | 6 ++++++ 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 @@ +2012-11-23 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD): + Remove. + 2012-11-23 Eli Zaretskii * 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 . */ /* 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 @@ -262,9 +259,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `clock_settime' function. */ #undef HAVE_CLOCK_SETTIME -/* Define to 1 if you have the `closedir' function. */ -#define HAVE_CLOSEDIR 1 - /* Define to 1 if you have the header file. */ #undef HAVE_COFF_H @@ -348,9 +342,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `difftime' function. */ #undef HAVE_DIFFTIME -/* Define to 1 if you have the header file. */ -#undef HAVE_DIRENT_H - /* Define to 1 if you have the 'dup2' function. */ #define HAVE_DUP2 1 @@ -375,9 +366,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `faccessat' function. */ #undef HAVE_FACCESSAT -/* Define to 1 if you have the header file. */ -#undef HAVE_FCNTL_H - /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK @@ -459,9 +447,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 -/* 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 -- 2.39.5