emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111180: nt/config.nt: Sync with autogen/config.in.
Date: Tue, 11 Dec 2012 02:35:28 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111180
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-12-11 02:35:28 +0100
message:
  nt/config.nt: Sync with autogen/config.in.
  (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
  (ULIMIT_BREAK_VALUE): Remove.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-12-10 17:52:35 +0000
+++ b/nt/ChangeLog      2012-12-11 01:35:28 +0000
@@ -1,3 +1,9 @@
+2012-12-11  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
+       (ULIMIT_BREAK_VALUE): Remove.
+
 2012-12-10  Daniel Colascione  <address@hidden>
 
        * emacs.rc: Use forward slashes in relative paths in order to

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-12-08 11:32:10 +0000
+++ b/nt/config.nt      2012-12-11 01:35:28 +0000
@@ -325,6 +325,10 @@
    */
 #define HAVE_DECL_TZNAME 1
 
+/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
+   don't. */
+#undef HAVE_DECL_UNSETENV
+
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
 #undef HAVE_DECL___FPENDING
@@ -790,6 +794,9 @@
 /* Define to 1 if you have the `shutdown' function. */
 #define HAVE_SHUTDOWN 1
 
+/* Define to 1 if you have the `sig2str' function. */
+#undef HAVE_SIG2STR
+
 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
 #undef HAVE_SIGNED_SIG_ATOMIC_T
 
@@ -990,12 +997,12 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to 1 if you have the `unsetenv' function. */
+#define HAVE_UNSETENV 1
+
 /* Define to 1 if the system has the type 'unsigned long long int'. */
 #undef HAVE_UNSIGNED_LONG_LONG_INT
 
-/* Define to 1 if you have the `unsetenv' function. */
-#define HAVE_UNSETENV 1
-
 /* Define to 1 if you have the <util.h> header file. */
 #undef HAVE_UTIL_H
 
@@ -1338,9 +1345,6 @@
    timespec. */
 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
 
-/* Undocumented. */
-#undef ULIMIT_BREAK_VALUE
-
 /* Define to 1 for Encore UMAX. */
 #undef UMAX
 
@@ -1397,6 +1401,9 @@
 /* Version number of package */
 #define VERSION "24.3.50"
 
+/* Define to 1 if unsetenv returns void instead of int. */
+#undef VOID_UNSETENV
+
 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
    'wchar_t'. */
 #undef WCHAR_T_SUFFIX


reply via email to

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