diff options
author | Stan Shebs <shebs@apple.com> | 1999-05-05 14:45:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 1999-05-05 14:45:51 +0000 |
commit | 049f10d7dc48a42b664a15149f83d5c3db004ef7 (patch) | |
tree | 8dd4e1a383afddd41a30a65adf68142dfd45ec72 /gdb/config.in | |
parent | 1942e83ab587eb3c0c54e57e9d1c9e11c17ac07e (diff) | |
download | gdb-049f10d7dc48a42b664a15149f83d5c3db004ef7.tar.gz |
import gdb-19990504 snapshot
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gdb/config.in b/gdb/config.in index 4d206a48a66..6bef6b40249 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -1,17 +1,5 @@ /* 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 - -/* 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. */ @@ -321,6 +309,9 @@ /* Define if strdup is not declared in system header files. */ #undef NEED_DECLARATION_STRDUP +/* Define if strstr is not declared in system header files. */ +#undef NEED_DECLARATION_STRSTR + /* Define if <sys/procfs.h> has pstatus_t. */ #undef HAVE_PSTATUS_T |