]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 29 Jul 2012 16:56:18 +0000 (18:56 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 29 Jul 2012 16:56:18 +0000 (18:56 +0200)
(HAVE_ENVIRON_DECL): New macro.

nt/ChangeLog
nt/config.nt

index 033a909c7522be430954f7cbb2f0aa7f666968a9..000e21a842e7fca1e638c2a9533c2f9157cf7bd5 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_ENVIRON_DECL): New macro.
+
 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/stdalign.h (_Alignas, alignas): Define.
index d32ead3d9c08cf3ebd868e17b110fa39d6135b01..dfb4f61ac801e3f9eac57e931d78fdc07ee8b27d 100644 (file)
@@ -339,6 +339,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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