1 #define SELECT_TYPE_ARG1 int
2 
3 /* Define to the type of args 2, 3 and 4 for select(). */
4 #define SELECT_TYPE_ARG234 (fd_set *)
5 
6 /* Define to the type of arg5 for select(). */
7 #define SELECT_TYPE_ARG5 (struct timeval *)
8 
9 /* Define if you have the ANSI C header files.  */
10 #define STDC_HEADERS 1
11 
12 /* Define if you have the gethostname function.  */
13 #define HAVE_GETHOSTNAME 1
14 
15 /* Define if you have the mktime function.  */
16 #define HAVE_MKTIME 1
17 
18 /* Define if you have the socket function.  */
19 #define HAVE_SOCKET 1
20 
21 /* #define HAVE_STRCASECMP 1 */
22 
23 /* Define if you have the strstr function.  */
24 #define HAVE_STRSTR 1
25 
26 /* Define if you have the <unistd.h> header file.  */
27 /* #define HAVE_UNISTD_H 1 */
28 
29 #define HAVE_LONG_LONG 1
30 #define SCANF_LONG_LONG "%I64d"
31 #define PRINTF_LONG_LONG "%I64d"
32 #define PRINTF_LONG_LONG_I64D 1
33 #define SCANF_LONG_LONG_I64D 1
34