- PKE simulation almost finished. Needed enhancements:
[binutils-gdb.git] / ld / acconfig.h
blobc627d7faa97a8047f12b6a021057c364b4a3116c
2 /* Name of package. */
3 #undef PACKAGE
5 /* Version of package. */
6 #undef VERSION
8 /* Whether strstr must be declared even if <string.h> is included. */
9 #undef NEED_DECLARATION_STRSTR
11 /* Whether free must be declared even if <stdlib.h> is included. */
12 #undef NEED_DECLARATION_FREE
14 /* Whether sbrk must be declared even if <unistd.h> is included. */
15 #undef NEED_DECLARATION_SBRK
17 /* Whether getenv must be declared even if <stdlib.h> is included. */
18 #undef NEED_DECLARATION_GETENV
19 @TOP@
21 /* Do we need to use the b modifier when opening binary files? */
22 #undef USE_BINARY_FOPEN