diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:53:35 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:53:35 +0000 |
commit | 21cbc60c52be1f9658e440322f49c1fb6d33078c (patch) | |
tree | f177a8210c9e75a2acf25cdc02b839997760b270 /gdb/config.in | |
parent | ca39bf77b061e85529dbcc924aab350c51780194 (diff) | |
download | gdb-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/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 2d508f8..3d7a94c 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -9,6 +9,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 + /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ |