Readline: Cleanup some warnings
[deliverable/binutils-gdb.git] / readline / config.h.in
index 86d86cfa3da306bb98d330f2d8db728bdd4edfc9..c194e761a457419c4c7f8e0da634f3b3139906fb 100644 (file)
@@ -1,5 +1,15 @@
 /* config.h.in.  Maintained by hand. */
 
+/* Template definitions for autoconf */
+#undef __EXTENSIONS__
+#undef _ALL_SOURCE
+#undef _GNU_SOURCE
+#undef _POSIX_SOURCE
+#undef _POSIX_1_SOURCE
+#undef _POSIX_PTHREAD_SEMANTICS
+#undef _TANDEM_SOURCE
+#undef _MINIX
+
 /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
    characters, even if the OS supports them. */
 #undef NO_MULTIBYTE_SUPPORT
This page took 0.024451 seconds and 4 git commands to generate.