From 1117bd24d198694f3f6922fa5c2abe5318b732cd Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 29 Jul 2012 18:56:18 +0200 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (HAVE_ENVIRON_DECL): New macro. --- nt/ChangeLog | 5 +++++ nt/config.nt | 3 +++ 2 files changed, 8 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 033a909c752..000e21a842e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-07-29 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (HAVE_ENVIRON_DECL): New macro. + 2012-07-29 Eli Zaretskii * inc/stdalign.h (_Alignas, alignas): Define. diff --git a/nt/config.nt b/nt/config.nt index d32ead3d9c0..dfb4f61ac80 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -339,6 +339,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `endpwent' function. */ #undef HAVE_ENDPWENT +/* Define if you have the declaration of environ. */ +#undef HAVE_ENVIRON_DECL + /* Define to 1 if you have the `euidaccess' function. */ #undef HAVE_EUIDACCESS -- 2.39.2