diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-21 23:23:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-21 23:23:10 +0000 |
commit | 53fb794b317aea974daa94f5ca98bc4880d41c6a (patch) | |
tree | e8370cf983b77aab612f67c7cd0ef282ec7217a2 /binutils/acconfig.h | |
parent | 85e493f0c762ba61fc77fc2b6ca069ea243f617d (diff) | |
download | gdb-53fb794b317aea974daa94f5ca98bc4880d41c6a.zip gdb-53fb794b317aea974daa94f5ca98bc4880d41c6a.tar.gz gdb-53fb794b317aea974daa94f5ca98bc4880d41c6a.tar.bz2 |
* configure.in: Use BFD_NEED_DECLARATION.
* acconfig.h: Put NEED_DECLARATION_FPRINTF in @TOP@ section.
* configure, config.in: Rebuild with autoconf 2.6.
Diffstat (limited to 'binutils/acconfig.h')
-rw-r--r-- | binutils/acconfig.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/binutils/acconfig.h b/binutils/acconfig.h index 1ae1eae..bcd47f0 100644 --- a/binutils/acconfig.h +++ b/binutils/acconfig.h @@ -1,3 +1,8 @@ + +/* Whether fprintf must be declared even if <stdio.h> is included. */ +#undef NEED_DECLARATION_FPRINTF +@TOP@ + /* Is the type time_t defined in <time.h>? */ #undef HAVE_TIME_T_IN_TIME_H @@ -7,8 +12,5 @@ /* Does <utime.h> define struct utimbuf? */ #undef HAVE_GOOD_UTIME_H -/* Whether fprintf must be declared even if <stdio.h> is included. */ -#undef NEED_DECLARATION_FPRINTF - /* Do we need to use the b modifier when opening binary files? */ #undef USE_BINARY_FOPEN |