]>
Commit | Line | Data |
---|---|---|
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 |