emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110992: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110992: nt/config.nt: Sync with autogen/config.in.
Date: Fri, 23 Nov 2012 16:42:40 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110992
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-23 16:42:40 +0100
message:
  nt/config.nt: Sync with autogen/config.in.
  (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD): 
Remove.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-11-23 08:47:34 +0000
+++ b/nt/ChangeLog      2012-11-23 15:42:40 +0000
@@ -1,3 +1,9 @@
+2012-11-23  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>
 
        * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-11-21 21:06:52 +0000
+++ b/nt/config.nt      2012-11-23 15:42:40 +0000
@@ -54,9 +54,6 @@
 /* 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 @@
 /* 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 <coff.h> header file. */
 #undef HAVE_COFF_H
 
@@ -348,9 +342,6 @@
 /* Define to 1 if you have the `difftime' function. */
 #undef HAVE_DIFFTIME
 
-/* Define to 1 if you have the <dirent.h> header file. */
-#undef HAVE_DIRENT_H
-
 /* Define to 1 if you have the 'dup2' function. */
 #define HAVE_DUP2 1
 
@@ -375,9 +366,6 @@
 /* Define to 1 if you have the `faccessat' function. */
 #undef HAVE_FACCESSAT
 
-/* Define to 1 if you have the <fcntl.h> header file. */
-#undef HAVE_FCNTL_H
-
 /* Define to 1 if you have the `fork' function. */
 #undef HAVE_FORK
 
@@ -459,9 +447,6 @@
 /* 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]