Mon Jun 16 12:49:36 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
[deliverable/binutils-gdb.git] / ld / acconfig.h
... / ...
CommitLineData
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
11/* Whether getenv must be declared even if <stdlib.h> is included. */
12#undef NEED_DECLARATION_GETENV
13@TOP@
14
15/* Do we need to use the b modifier when opening binary files? */
16#undef USE_BINARY_FOPEN
This page took 0.022573 seconds and 4 git commands to generate.