Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / config / acconfig.h
1 /* Define if you have the resolv library (-lresolv) */
2 #undef HAVE_LIB_RESOLV
3
4 /* Define if you have the setrlimit function */
5 #undef HAVE_SETRLIMIT
6
7 /* Define one of these, depending on wether you have
8    POSIX, BSD or SYSV non-blocking stuff */
9 #undef NBLOCK_POSIX
10 #undef NBLOCK_BSD
11 #undef NBLOCK_SYSV
12
13 /* Define on of these, depending on wether you have
14    POSIX, BSD or SYSV signal handling */
15 #undef POSIX_SIGNALS
16 #undef BSD_RELIABLE_SIGNALS
17 #undef SYSV_UNRELIABLE_SIGNALS
18
19 /* Define these to be unsigned integral internal types,
20  * of respecitvely 2 and 4 bytes in size, when not already
21  * defined in <sys/types.h>, <stdlib.h> or <stddef.h> */
22 #undef u_int16_t
23 #undef u_int32_t
24
25 /* Define this to the printf format for size_t */
26 #undef SIZE_T_FMT
27
28 /* Define this to the printf format for time_t */
29 #undef TIME_T_FMT
30
31 /* Define this to the printf signed format for time_t */
32 #undef STIME_T_FMT