From: Juanma Barranquero Date: Sun, 29 Jul 2012 16:56:18 +0000 (+0200) Subject: nt/config.nt: Sync with autogen/config.in. X-Git-Tag: emacs-24.2.90~1021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1117bd24d198694f3f6922fa5c2abe5318b732cd;p=emacs.git nt/config.nt: Sync with autogen/config.in. (HAVE_ENVIRON_DECL): New macro. --- 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