* configure.in: Use BFD_NEED_DECLARATION.
[deliverable/binutils-gdb.git] / bfd / acconfig.h
CommitLineData
b7577823
ILT
1/* Do we need to use the b modifier when opening binary files? */
2#undef USE_BINARY_FOPEN
3
4/* Whether malloc must be declared even if <stdlib.h> is included. */
5#undef NEED_DECLARATION_MALLOC
6
7/* Whether free must be declared even if <stdlib.h> is included. */
8#undef NEED_DECLARATION_FREE
9
10/* Name of host specific header file to include in trad-core.c. */
11#undef TRAD_HEADER
106773f8
KR
12
13/* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
14#undef HAVE_SYS_PROCFS_H
7ac84736
KR
15
16/* Do we really want to use mmap if it's available? */
17#undef USE_MMAP
This page took 0.04281 seconds and 4 git commands to generate.