* Makefile.am: New file, based on old Makefile.in.
[deliverable/binutils-gdb.git] / binutils / acconfig.h
1
2 /* Name of package. */
3 #undef PACKAGE
4
5 /* Version of package. */
6 #undef VERSION
7
8 /* Whether strstr must be declared even if <string.h> is included. */
9 #undef NEED_DECLARATION_STRSTR
10
11 /* Whether fprintf must be declared even if <stdio.h> is included. */
12 #undef NEED_DECLARATION_FPRINTF
13
14 /* Whether sbrk must be declared even if <unistd.h> is included. */
15 #undef NEED_DECLARATION_SBRK
16
17 /* Whether getenv must be declared even if <stdlib.h> is included. */
18 #undef NEED_DECLARATION_GETENV
19 @TOP@
20
21 /* Is the type time_t defined in <time.h>? */
22 #undef HAVE_TIME_T_IN_TIME_H
23
24 /* Is the type time_t defined in <sys/types.h>? */
25 #undef HAVE_TIME_T_IN_TYPES_H
26
27 /* Does <utime.h> define struct utimbuf? */
28 #undef HAVE_GOOD_UTIME_H
29
30 /* Do we need to use the b modifier when opening binary files? */
31 #undef USE_BINARY_FOPEN
This page took 0.031216 seconds and 5 git commands to generate.