aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-12-11 02:35:28 +0100
committerJuanma Barranquero2012-12-11 02:35:28 +0100
commitabf8abe58fab8069a1cf950f055b80aa3ce46e0f (patch)
tree6e6fbdf8a5b2ff71adf85c6026dca05d6dcaf6d7
parentd92d9c95017a384e8bd04bd139fb050d3e50bac1 (diff)
downloademacs-abf8abe58fab8069a1cf950f055b80aa3ce46e0f.tar.gz
emacs-abf8abe58fab8069a1cf950f055b80aa3ce46e0f.zip
nt/config.nt: Sync with autogen/config.in.
(HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros. (ULIMIT_BREAK_VALUE): Remove.
-rw-r--r--nt/ChangeLog6
-rw-r--r--nt/config.nt19
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 @@
12012-12-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4 (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
5 (ULIMIT_BREAK_VALUE): Remove.
6
12012-12-10 Daniel Colascione <dancol@dancol.org> 72012-12-10 Daniel Colascione <dancol@dancol.org>
2 8
3 * emacs.rc: Use forward slashes in relative paths in order to 9 * 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 <http://www.gnu.org/licenses/>. */
325 */ 325 */
326#define HAVE_DECL_TZNAME 1 326#define HAVE_DECL_TZNAME 1
327 327
328/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
329 don't. */
330#undef HAVE_DECL_UNSETENV
331
328/* Define to 1 if you have the declaration of `__fpending', and to 0 if you 332/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
329 don't. */ 333 don't. */
330#undef HAVE_DECL___FPENDING 334#undef HAVE_DECL___FPENDING
@@ -790,6 +794,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
790/* Define to 1 if you have the `shutdown' function. */ 794/* Define to 1 if you have the `shutdown' function. */
791#define HAVE_SHUTDOWN 1 795#define HAVE_SHUTDOWN 1
792 796
797/* Define to 1 if you have the `sig2str' function. */
798#undef HAVE_SIG2STR
799
793/* Define to 1 if 'sig_atomic_t' is a signed integer type. */ 800/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
794#undef HAVE_SIGNED_SIG_ATOMIC_T 801#undef HAVE_SIGNED_SIG_ATOMIC_T
795 802
@@ -990,12 +997,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
990/* Define to 1 if you have the <unistd.h> header file. */ 997/* Define to 1 if you have the <unistd.h> header file. */
991#define HAVE_UNISTD_H 1 998#define HAVE_UNISTD_H 1
992 999
993/* Define to 1 if the system has the type 'unsigned long long int'. */
994#undef HAVE_UNSIGNED_LONG_LONG_INT
995
996/* Define to 1 if you have the `unsetenv' function. */ 1000/* Define to 1 if you have the `unsetenv' function. */
997#define HAVE_UNSETENV 1 1001#define HAVE_UNSETENV 1
998 1002
1003/* Define to 1 if the system has the type 'unsigned long long int'. */
1004#undef HAVE_UNSIGNED_LONG_LONG_INT
1005
999/* Define to 1 if you have the <util.h> header file. */ 1006/* Define to 1 if you have the <util.h> header file. */
1000#undef HAVE_UTIL_H 1007#undef HAVE_UTIL_H
1001 1008
@@ -1338,9 +1345,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1338 timespec. */ 1345 timespec. */
1339#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1346#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1340 1347
1341/* Undocumented. */
1342#undef ULIMIT_BREAK_VALUE
1343
1344/* Define to 1 for Encore UMAX. */ 1348/* Define to 1 for Encore UMAX. */
1345#undef UMAX 1349#undef UMAX
1346 1350
@@ -1397,6 +1401,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1397/* Version number of package */ 1401/* Version number of package */
1398#define VERSION "24.3.50" 1402#define VERSION "24.3.50"
1399 1403
1404/* Define to 1 if unsetenv returns void instead of int. */
1405#undef VOID_UNSETENV
1406
1400/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 1407/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1401 'wchar_t'. */ 1408 'wchar_t'. */
1402#undef WCHAR_T_SUFFIX 1409#undef WCHAR_T_SUFFIX