* Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
[deliverable/binutils-gdb.git] / binutils / acconfig.h
1
2 /* Whether strstr must be declared even if <string.h> is included. */
3 #undef NEED_DECLARATION_STRSTR
4
5 /* Whether fprintf must be declared even if <stdio.h> is included. */
6 #undef NEED_DECLARATION_FPRINTF
7
8 /* Whether sbrk must be declared even if <unistd.h> is included. */
9 #undef NEED_DECLARATION_SBRK
10 @TOP@
11
12 /* Is the type time_t defined in <time.h>? */
13 #undef HAVE_TIME_T_IN_TIME_H
14
15 /* Is the type time_t defined in <sys/types.h>? */
16 #undef HAVE_TIME_T_IN_TYPES_H
17
18 /* Does <utime.h> define struct utimbuf? */
19 #undef HAVE_GOOD_UTIME_H
20
21 /* Do we need to use the b modifier when opening binary files? */
22 #undef USE_BINARY_FOPEN
This page took 0.065702 seconds and 4 git commands to generate.