Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>
[deliverable/binutils-gdb.git] / bfd / acconfig.h
1
2 /* Whether malloc must be declared even if <stdlib.h> is included. */
3 #undef NEED_DECLARATION_MALLOC
4
5 /* Whether free must be declared even if <stdlib.h> is included. */
6 #undef NEED_DECLARATION_FREE
7 @TOP@
8
9 /* Do we need to use the b modifier when opening binary files? */
10 #undef USE_BINARY_FOPEN
11
12 /* Name of host specific header file to include in trad-core.c. */
13 #undef TRAD_HEADER
14
15 /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
16 #undef HAVE_SYS_PROCFS_H
17
18 /* Do we really want to use mmap if it's available? */
19 #undef USE_MMAP
This page took 0.028851 seconds and 4 git commands to generate.