2 /* Whether strstr must be declared even if <string.h> is included. */
3 #undef NEED_DECLARATION_STRSTR
5 /* Whether free must be declared even if <stdlib.h> is included. */
6 #undef NEED_DECLARATION_FREE
8 /* Whether sbrk must be declared even if <unistd.h> is included. */
9 #undef NEED_DECLARATION_SBRK
12 /* Do we need to use the b modifier when opening binary files? */
13 #undef USE_BINARY_FOPEN