aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-10-24 15:46:38 +0200
committerJuanma Barranquero2012-10-24 15:46:38 +0200
commite7b987069126f8a59db97eb6639066ae2f645207 (patch)
treede8dfa19413f74771d06c7b08bfa11088a88e776
parent4e79d09a237fe27c0a3d79ddb67642389f414614 (diff)
downloademacs-e7b987069126f8a59db97eb6639066ae2f645207.tar.gz
emacs-e7b987069126f8a59db97eb6639066ae2f645207.zip
nt/config.nt: Sync with autogen/config.in.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt4
2 files changed, 6 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 94d2ce18551..c915ee40bb6 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12012-10-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4
12012-10-17 Eli Zaretskii <eliz@gnu.org> 52012-10-17 Eli Zaretskii <eliz@gnu.org>
2 6
3 * inc/pwd.h (getuid, geteuid): Add prototypes. 7 * inc/pwd.h (getuid, geteuid): Add prototypes.
diff --git a/nt/config.nt b/nt/config.nt
index 4582928cb5a..4dc7ede188b 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -148,7 +148,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
148 148
149/* Enable compile-time and run-time bounds-checking, and some warnings, 149/* Enable compile-time and run-time bounds-checking, and some warnings,
150 without upsetting glibc 2.15+. */ 150 without upsetting glibc 2.15+. */
151 #if defined __OPTIMIZE__ && __OPTIMIZE__ 151 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
152 # define _FORTIFY_SOURCE 2 152 # define _FORTIFY_SOURCE 2
153 #endif 153 #endif
154 154
@@ -701,7 +701,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
701 Mac OS X. */ 701 Mac OS X. */
702#undef HAVE_NS 702#undef HAVE_NS
703 703
704/* Define to use native Windows GUI. */ 704/* Define to use native MS Windows GUI. */
705#define HAVE_NTGUI 1 705#define HAVE_NTGUI 1
706 706
707/* Define to 1 if libotf has OTF_get_variation_glyphs. */ 707/* Define to 1 if libotf has OTF_get_variation_glyphs. */