summaryrefslogtreecommitdiff
path: root/autogen/config.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-19 06:17:36 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-19 06:17:36 -0400
commita6b92a4a56a8afec8d91882611c1e17d18d55572 (patch)
tree3e5d3ea1dd17a2dbfdb93d2e7ac9f15faa7a3c5e /autogen/config.in
parent8c8fc5df12e86cecc16848fff19a251438a25982 (diff)
downloademacs-a6b92a4a56a8afec8d91882611c1e17d18d55572.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen/config.in')
-rw-r--r--autogen/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen/config.in b/autogen/config.in
index c64b048ade5..1082e150fc6 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -95,6 +95,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to make the limit macros in <stdint.h> visible. */
#undef GL_TRIGGER_STDC_LIMIT_MACROS
+/* enable some gnulib portability checks */
+#undef GNULIB_PORTCHECK
+
/* Define to 1 if you want to use the GNU memory allocator. */
#undef GNU_MALLOC
@@ -1175,6 +1178,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* 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 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE
@@ -1282,6 +1288,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
# define __GNUC_STDC_INLINE__ 1
#endif
+/* Define to 1 if the compiler is checking for lint. */
+#undef lint
+
/* Define to a type if <wchar.h> does not define. */
#undef mbstate_t