* configure.in: Rewrite to use autoconf.
[binutils-gdb.git] / binutils / acconfig.h
1 /* Is the type time_t defined in <time.h>? */
2 #undef HAVE_TIME_T_IN_TIME_H
3
4 /* Is the type time_t defined in <sys/types.h>? */
5 #undef HAVE_TIME_T_IN_TYPES_H
6
7 /* Does <utime.h> define struct utimbuf? */
8 #undef HAVE_GOOD_UTIME_H
9
10 /* Whether fprintf must be declared even if <stdio.h> is included. */
11 #undef NEED_DECLARATION_FPRINTF
12
13 /* Do we need to use the b modifier when opening binary files? */
14 #undef USE_BINARY_FOPEN