2 /* Whether strstr must be declared even if <string.h> is included. */
3 #undef NEED_DECLARATION_STRSTR
5 /* Whether fprintf must be declared even if <stdio.h> is included. */
6 #undef NEED_DECLARATION_FPRINTF
8 /* Whether sbrk must be declared even if <unistd.h> is included. */
9 #undef NEED_DECLARATION_SBRK
12 /* Is the type time_t defined in <time.h>? */
13 #undef HAVE_TIME_T_IN_TIME_H
15 /* Is the type time_t defined in <sys/types.h>? */
16 #undef HAVE_TIME_T_IN_TYPES_H
18 /* Does <utime.h> define struct utimbuf? */
19 #undef HAVE_GOOD_UTIME_H
21 /* Do we need to use the b modifier when opening binary files? */
22 #undef USE_BINARY_FOPEN