aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-29 18:56:18 +0200
committerJuanma Barranquero2012-07-29 18:56:18 +0200
commit1117bd24d198694f3f6922fa5c2abe5318b732cd (patch)
tree4c41aad7d3ff3c1e154769db8be0068adfc3aea8
parentffd817eb10bd5e4ad1bf693fc2ebdffd25dea874 (diff)
downloademacs-1117bd24d198694f3f6922fa5c2abe5318b732cd.tar.gz
emacs-1117bd24d198694f3f6922fa5c2abe5318b732cd.zip
nt/config.nt: Sync with autogen/config.in.
(HAVE_ENVIRON_DECL): New macro.
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt3
2 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 033a909c752..000e21a842e 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12012-07-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4 (HAVE_ENVIRON_DECL): New macro.
5
12012-07-29 Eli Zaretskii <eliz@gnu.org> 62012-07-29 Eli Zaretskii <eliz@gnu.org>
2 7
3 * inc/stdalign.h (_Alignas, alignas): Define. 8 * 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 <http://www.gnu.org/licenses/>. */
339/* Define to 1 if you have the `endpwent' function. */ 339/* Define to 1 if you have the `endpwent' function. */
340#undef HAVE_ENDPWENT 340#undef HAVE_ENDPWENT
341 341
342/* Define if you have the declaration of environ. */
343#undef HAVE_ENVIRON_DECL
344
342/* Define to 1 if you have the `euidaccess' function. */ 345/* Define to 1 if you have the `euidaccess' function. */
343#undef HAVE_EUIDACCESS 346#undef HAVE_EUIDACCESS
344 347