]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Oct 2012 13:46:38 +0000 (15:46 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Oct 2012 13:46:38 +0000 (15:46 +0200)
nt/ChangeLog
nt/config.nt

index 94d2ce1855141f278b76993a1cc34d93b850361c..c915ee40bb6cad6c9f263977eb7c094d4e8bdd65 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+
 2012-10-17  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/pwd.h (getuid, geteuid): Add prototypes.
index 4582928cb5ac5b6ed6040e4908b1cdf08bb36684..4dc7ede188b157a96a18d7941f52cb1d9244b366 100644 (file)
@@ -148,7 +148,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Enable compile-time and run-time bounds-checking, and some warnings,
       without upsetting glibc 2.15+. */
-   #if defined __OPTIMIZE__ && __OPTIMIZE__
+   #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
    # define _FORTIFY_SOURCE 2
    #endif
 
@@ -701,7 +701,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    Mac OS X. */
 #undef HAVE_NS
 
-/* Define to use native Windows GUI. */
+/* Define to use native MS Windows GUI. */
 #define HAVE_NTGUI 1
 
 /* Define to 1 if libotf has OTF_get_variation_glyphs. */