aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-02 06:19:02 -0400
committerGlenn Morris2012-09-02 06:19:02 -0400
commit403e17698e49a7a336d0aeca5d1eb59ec37c85a5 (patch)
tree495c848ca8a9537858500f05f16025b5e6b0e3e2
parent73406194024fcb6877db0618300b63916ebf466d (diff)
downloademacs-403e17698e49a7a336d0aeca5d1eb59ec37c85a5.tar.gz
emacs-403e17698e49a7a336d0aeca5d1eb59ec37c85a5.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in10
-rwxr-xr-xautogen/configure2
2 files changed, 7 insertions, 5 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 89174519488..c39453938be 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -161,6 +161,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
161 or signaling SIGFPE/SIGILL. */ 161 or signaling SIGFPE/SIGILL. */
162#undef FLOAT_CHECK_DOMAIN 162#undef FLOAT_CHECK_DOMAIN
163 163
164/* Enable compile-time and run-time bounds-checking, and some warnings,
165 without upsetting glibc 2.15+. */
166 #if defined __OPTIMIZE__ && __OPTIMIZE__
167 # define _FORTIFY_SOURCE 2
168 #endif
169
170
164/* Define to 1 if futimesat mishandles a NULL file name. */ 171/* Define to 1 if futimesat mishandles a NULL file name. */
165#undef FUTIMESAT_NULL_BUG 172#undef FUTIMESAT_NULL_BUG
166 173
@@ -1458,9 +1465,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1458/* Number of bits in a file offset, on hosts where this is settable. */ 1465/* Number of bits in a file offset, on hosts where this is settable. */
1459#undef _FILE_OFFSET_BITS 1466#undef _FILE_OFFSET_BITS
1460 1467
1461/* enable compile-time and run-time bounds-checking, and some warnings */
1462#undef _FORTIFY_SOURCE
1463
1464/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct 1468/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1465 stat.st_size becomes 64-bit. */ 1469 stat.st_size becomes 64-bit. */
1466#undef _GL_WINDOWS_64_BIT_ST_SIZE 1470#undef _GL_WINDOWS_64_BIT_ST_SIZE
diff --git a/autogen/configure b/autogen/configure
index 90fa63c7322..11bca94ea05 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -7784,8 +7784,6 @@ fi
7784$as_echo "#define lint 1" >>confdefs.h 7784$as_echo "#define lint 1" >>confdefs.h
7785 7785
7786 7786
7787$as_echo "#define _FORTIFY_SOURCE 2" >>confdefs.h
7788
7789 7787
7790$as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h 7788$as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h
7791 7789