emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109856: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109856: Auto-commit of generated files.
Date: Sun, 02 Sep 2012 06:19:02 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109856
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-02 06:19:02 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/config.in
  autogen/configure
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2012-09-01 10:17:31 +0000
+++ b/autogen/config.in 2012-09-02 10:19:02 +0000
@@ -161,6 +161,13 @@
    or signaling SIGFPE/SIGILL. */
 #undef FLOAT_CHECK_DOMAIN
 
+/* Enable compile-time and run-time bounds-checking, and some warnings,
+      without upsetting glibc 2.15+. */
+   #if defined __OPTIMIZE__ && __OPTIMIZE__
+   # define _FORTIFY_SOURCE 2
+   #endif
+  
+
 /* Define to 1 if futimesat mishandles a NULL file name. */
 #undef FUTIMESAT_NULL_BUG
 
@@ -1458,9 +1465,6 @@
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
-/* enable compile-time and run-time bounds-checking, and some warnings */
-#undef _FORTIFY_SOURCE
-
 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
    stat.st_size becomes 64-bit. */
 #undef _GL_WINDOWS_64_BIT_ST_SIZE

=== modified file 'autogen/configure'
--- a/autogen/configure 2012-09-01 10:17:31 +0000
+++ b/autogen/configure 2012-09-02 10:19:02 +0000
@@ -7784,8 +7784,6 @@
 $as_echo "#define lint 1" >>confdefs.h
 
 
-$as_echo "#define _FORTIFY_SOURCE 2" >>confdefs.h
-
 
 $as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]