Tue Mar 12 12:43:59 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>
[deliverable/binutils-gdb.git] / binutils / acconfig.h
CommitLineData
53fb794b
ILT
1
2/* Whether fprintf must be declared even if <stdio.h> is included. */
3#undef NEED_DECLARATION_FPRINTF
4@TOP@
5
5ab6ca68
ILT
6/* Is the type time_t defined in <time.h>? */
7#undef HAVE_TIME_T_IN_TIME_H
8
9/* Is the type time_t defined in <sys/types.h>? */
10#undef HAVE_TIME_T_IN_TYPES_H
11
12/* Does <utime.h> define struct utimbuf? */
13#undef HAVE_GOOD_UTIME_H
14
5ab6ca68
ILT
15/* Do we need to use the b modifier when opening binary files? */
16#undef USE_BINARY_FOPEN
This page took 0.071151 seconds and 4 git commands to generate.