aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index ef77c89..a3b3e51 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -1,5 +1,14 @@
/* config.in. Generated automatically from configure.in by autoheader. */
+/* Whether malloc must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_MALLOC
+
+/* Whether realloc must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_REALLOC
+
+/* Whether free must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_FREE
+
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
@@ -7,6 +16,9 @@
#undef _ALL_SOURCE
#endif
+/* Define to empty if the keyword does not work. */
+#undef const
+
/* Define if the `long double' type works. */
#undef HAVE_LONG_DOUBLE
@@ -77,6 +89,9 @@
/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H