* Makefile.in (distclean): Remove config.h, stamp-h, and
[deliverable/binutils-gdb.git] / bfd / config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Do we need to use the b modifier when opening binary files? */
4 #undef USE_BINARY_FOPEN
5
6 /* Whether malloc must be declared even if <stdlib.h> is included. */
7 #undef NEED_DECLARATION_MALLOC
8
9 /* Whether free must be declared even if <stdlib.h> is included. */
10 #undef NEED_DECLARATION_FREE
11
12 /* Name of host specific header file to include in trad-core.c. */
13 #undef TRAD_HEADER
14
15 /* Define if you have the fcntl function. */
16 #undef HAVE_FCNTL
17
18 /* Define if you have the <fcntl.h> header file. */
19 #undef HAVE_FCNTL_H
20
21 /* Define if you have the <stddef.h> header file. */
22 #undef HAVE_STDDEF_H
23
24 /* Define if you have the <stdlib.h> header file. */
25 #undef HAVE_STDLIB_H
26
27 /* Define if you have the <string.h> header file. */
28 #undef HAVE_STRING_H
29
30 /* Define if you have the <strings.h> header file. */
31 #undef HAVE_STRINGS_H
32
33 /* Define if you have the <sys/file.h> header file. */
34 #undef HAVE_SYS_FILE_H
35
36 /* Define if you have the <sys/procfs.h> header file. */
37 #undef HAVE_SYS_PROCFS_H
38
39 /* Define if you have the <time.h> header file. */
40 #undef HAVE_TIME_H
41
42 /* Define if you have the <unistd.h> header file. */
43 #undef HAVE_UNISTD_H
This page took 0.030372 seconds and 4 git commands to generate.