From abf8abe58fab8069a1cf950f055b80aa3ce46e0f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 11 Dec 2012 02:35:28 +0100 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros. (ULIMIT_BREAK_VALUE): Remove. --- nt/ChangeLog | 6 ++++++ nt/config.nt | 19 +++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 60307469232..ced3733da07 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2012-12-11 Juanma Barranquero + + * 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 * emacs.rc: Use forward slashes in relative paths in order to diff --git a/nt/config.nt b/nt/config.nt index e83c9ff655f..789a1a8b2af 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -325,6 +325,10 @@ along with GNU Emacs. If not, see . */ */ #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 @@ along with GNU Emacs. If not, see . */ /* 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 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 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 the system has the type 'unsigned long long int'. */ +#undef HAVE_UNSIGNED_LONG_LONG_INT + /* Define to 1 if you have the header file. */ #undef HAVE_UTIL_H @@ -1338,9 +1345,6 @@ along with GNU Emacs. If not, see . */ 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 @@ along with GNU Emacs. If not, see . */ /* 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 -- 2.39.5