]>
Commit | Line | Data |
---|---|---|
53fb794b | 1 | |
f0bbf79a ILT |
2 | /* Whether strstr must be declared even if <string.h> is included. */ |
3 | #undef NEED_DECLARATION_STRSTR | |
4 | ||
53fb794b ILT |
5 | /* Whether fprintf must be declared even if <stdio.h> is included. */ |
6 | #undef NEED_DECLARATION_FPRINTF | |
f0bbf79a ILT |
7 | |
8 | /* Whether sbrk must be declared even if <unistd.h> is included. */ | |
9 | #undef NEED_DECLARATION_SBRK | |
53fb794b ILT |
10 | @TOP@ |
11 | ||
5ab6ca68 ILT |
12 | /* Is the type time_t defined in <time.h>? */ |
13 | #undef HAVE_TIME_T_IN_TIME_H | |
14 | ||
15 | /* Is the type time_t defined in <sys/types.h>? */ | |
16 | #undef HAVE_TIME_T_IN_TYPES_H | |
17 | ||
18 | /* Does <utime.h> define struct utimbuf? */ | |
19 | #undef HAVE_GOOD_UTIME_H | |
20 | ||
5ab6ca68 ILT |
21 | /* Do we need to use the b modifier when opening binary files? */ |
22 | #undef USE_BINARY_FOPEN |