bfd/
[deliverable/binutils-gdb.git] / gas / config.in
index 20d5df9a4e2f8432cbec1a277edbcd43fb0693cc..3732f2a0ad6aafd3dacabaed33f8783793596d10 100644 (file)
@@ -59,6 +59,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
    `char[]'. */
 #undef YYTEXT_POINTER
 
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+
 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
 #ifndef __cplusplus
This page took 0.023419 seconds and 4 git commands to generate.