* ld.h (args_type): Add cref field.
[deliverable/binutils-gdb.git] / binutils / acconfig.h
1
2 /* Whether fprintf must be declared even if <stdio.h> is included. */
3 #undef NEED_DECLARATION_FPRINTF
4 @TOP@
5
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
15 /* Do we need to use the b modifier when opening binary files? */
16 #undef USE_BINARY_FOPEN
This page took 0.029885 seconds and 4 git commands to generate.