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