* config/tc-m32r.[ch]: New files.
[deliverable/binutils-gdb.git] / binutils / acconfig.h
CommitLineData
53fb794b 1
f0bbf79a
ILT
2/* Whether strstr must be declared even if <string.h> is included. */
3#undef NEED_DECLARATION_STRSTR
4
53fb794b
ILT
5/* Whether fprintf must be declared even if <stdio.h> is included. */
6#undef NEED_DECLARATION_FPRINTF
f0bbf79a
ILT
7
8/* Whether sbrk must be declared even if <unistd.h> is included. */
9#undef NEED_DECLARATION_SBRK
ce1f5b2a
ILT
10
11/* Whether getenv must be declared even if <stdlib.h> is included. */
12#undef NEED_DECLARATION_GETENV
53fb794b
ILT
13@TOP@
14
5ab6ca68
ILT
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
5ab6ca68
ILT
24/* Do we need to use the b modifier when opening binary files? */
25#undef USE_BINARY_FOPEN
This page took 0.069017 seconds and 4 git commands to generate.