* libcoff-in.h (struct coff_final_link_info): Add boolean
[deliverable/binutils-gdb.git] / bfd / acconfig.h
1
2 /* Whether strstr must be declared even if <string.h> is included. */
3 #undef NEED_DECLARATION_STRSTR
4
5 /* Whether malloc must be declared even if <stdlib.h> is included. */
6 #undef NEED_DECLARATION_MALLOC
7
8 /* Whether realloc must be declared even if <stdlib.h> is included. */
9 #undef NEED_DECLARATION_REALLOC
10
11 /* Whether free must be declared even if <stdlib.h> is included. */
12 #undef NEED_DECLARATION_FREE
13
14 /* Whether getenv must be declared even if <stdlib.h> is included. */
15 #undef NEED_DECLARATION_GETENV
16 @TOP@
17
18 /* Do we need to use the b modifier when opening binary files? */
19 #undef USE_BINARY_FOPEN
20
21 /* Name of host specific header file to include in trad-core.c. */
22 #undef TRAD_HEADER
23
24 /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
25 #undef HAVE_SYS_PROCFS_H
26
27 /* Do we really want to use mmap if it's available? */
28 #undef USE_MMAP
This page took 0.030259 seconds and 4 git commands to generate.