diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-21 23:26:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-21 23:26:26 +0000 |
commit | bd77213b851a5fa0af3a572194496e00314e5e14 (patch) | |
tree | 6023ebd9b5f2641d515db33ae5a6e5b6eb0fe4aa /bfd/acconfig.h | |
parent | 53fb794b317aea974daa94f5ca98bc4880d41c6a (diff) | |
download | gdb-bd77213b851a5fa0af3a572194496e00314e5e14.zip gdb-bd77213b851a5fa0af3a572194496e00314e5e14.tar.gz gdb-bd77213b851a5fa0af3a572194496e00314e5e14.tar.bz2 |
* acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
* config.in: Rebuild with autoconf 2.6.
Diffstat (limited to 'bfd/acconfig.h')
-rw-r--r-- | bfd/acconfig.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/acconfig.h b/bfd/acconfig.h index 43bcf70..647798c 100644 --- a/bfd/acconfig.h +++ b/bfd/acconfig.h @@ -1,11 +1,13 @@ -/* Do we need to use the b modifier when opening binary files? */ -#undef USE_BINARY_FOPEN /* Whether malloc must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_MALLOC /* Whether free must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_FREE +@TOP@ + +/* Do we need to use the b modifier when opening binary files? */ +#undef USE_BINARY_FOPEN /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER |