aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-04-23 19:53:35 +0000
committerJason Molenda <jmolenda@apple.com>1998-04-23 19:53:35 +0000
commit21cbc60c52be1f9658e440322f49c1fb6d33078c (patch)
treef177a8210c9e75a2acf25cdc02b839997760b270 /gdb/acconfig.h
parentca39bf77b061e85529dbcc924aab350c51780194 (diff)
downloadgdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.zip
gdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.tar.gz
gdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.tar.bz2
Thu Apr 23 12:52:21 1998 Philippe De Muyter <phdm@macqel.be>
* configure.in (strerror): Check if function must be declared. * acconfig.h (NEED_DECLARATION_STRERROR): New define slot. * gdb_string.h (strerror): Function declaration issued if NEED_DECLARATION_STRERROR. * configure, config.in : Files regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index e3d1082..5b9a924 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -7,6 +7,9 @@
/* Whether free must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_FREE
+
+/* Whether strerror must be declared even if <string.h> is included. */
+#undef NEED_DECLARATION_STRERROR
@TOP@
/* Define if fpregset_t type is available. */