Tue Mar 18 16:39:55 1997 H.J. Lu <hjl@lucon.org>
[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
11 /* Whether getenv must be declared even if <stdlib.h> is included. */
12 #undef NEED_DECLARATION_GETENV
13 @TOP@
14
15 /* Is the type time_t defined in <time.h>? */
16 #undef HAVE_TIME_T_IN_TIME_H
17
18 /* Is the type time_t defined in <sys/types.h>? */
19 #undef HAVE_TIME_T_IN_TYPES_H
20
21 /* Does <utime.h> define struct utimbuf? */
22 #undef HAVE_GOOD_UTIME_H
23
24 /* Do we need to use the b modifier when opening binary files? */
25 #undef USE_BINARY_FOPEN