diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-05-05 14:45:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-05-05 14:45:51 +0000 |
commit | b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98 (patch) | |
tree | c59a94fbe917e0839329b872139198c2a7a05ab1 /gdb/acconfig.h | |
parent | e1346c8d0969dad58ddc13c9c741cb0f4e6345a5 (diff) | |
download | binutils-gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.tar.gz |
import gdb-19990504 snapshot
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 8128e4e91df..bf52c4f375b 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -1,17 +1,3 @@ - -/* 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 -@TOP@ - /* Define if pstatus_t type is available */ #undef HAVE_PSTATUS_T |