New revision from Andrew
[deliverable/binutils-gdb.git] / ld / acconfig.h
1
2 /* Whether strstr must be declared even if <string.h> is included. */
3 #undef NEED_DECLARATION_STRSTR
4
5 /* Whether free must be declared even if <stdlib.h> is included. */
6 #undef NEED_DECLARATION_FREE
7
8 /* Whether sbrk must be declared even if <unistd.h> is included. */
9 #undef NEED_DECLARATION_SBRK
10 @TOP@
11
12 /* Do we need to use the b modifier when opening binary files? */
13 #undef USE_BINARY_FOPEN
This page took 0.030753 seconds and 4 git commands to generate.