aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index 34fa8c8..fc7ce7c 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -1,4 +1,14 @@
+/* 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
+@TOP@
+
/* Define if fpregset_t type is available. */
#undef HAVE_FPREGSET_T