Fixing a compilation issue, wherein two global vars, conf and chan, were defined...
[revinetd.git] / config.h
blobc92c5d99b08ec4ea8953a2bb5cc8b009bfb9c756
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define to empty if the keyword does not work. */
5 /* #undef const */
7 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
8 #define HAVE_SYS_WAIT_H 1
10 /* Define to `int' if <sys/types.h> doesn't define. */
11 /* #undef pid_t */
13 /* Define as the return type of signal handlers (int or void). */
14 #define RETSIGTYPE void
16 /* Define to `unsigned' if <sys/types.h> doesn't define. */
17 /* #undef size_t */
19 /* Define if you have the ANSI C header files. */
20 #define STDC_HEADERS 1
22 /* Define if you have the gethostbyname function. */
23 #define HAVE_GETHOSTBYNAME 1
25 /* Define if you have the inet_aton function. */
26 #define HAVE_INET_ATON 1
28 /* Define if you have the inet_ntoa function. */
29 #define HAVE_INET_NTOA 1
31 /* Define if you have the memset function. */
32 #define HAVE_MEMSET 1
34 /* Define if you have the select function. */
35 #define HAVE_SELECT 1
37 /* Define if you have the socket function. */
38 #define HAVE_SOCKET 1
40 /* Define if you have the strdup function. */
41 #define HAVE_STRDUP 1
43 /* Define if you have the <arpa/inet.h> header file. */
44 #define HAVE_ARPA_INET_H 1
46 /* Define if you have the <fcntl.h> header file. */
47 #define HAVE_FCNTL_H 1
49 /* Define if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
52 /* Define if you have the <netdb.h> header file. */
53 #define HAVE_NETDB_H 1
55 /* Define if you have the <netinet/in.h> header file. */
56 #define HAVE_NETINET_IN_H 1
58 /* Define if you have the <stdlib.h> header file. */
59 #define HAVE_STDLIB_H 1
61 /* Define if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
64 /* Define if you have the <strings.h> header file. */
65 #define HAVE_STRINGS_H 1
67 /* Define if you have the <sys/socket.h> header file. */
68 #define HAVE_SYS_SOCKET_H 1
70 /* Define if you have the <sys/time.h> header file. */
71 #define HAVE_SYS_TIME_H 1
73 /* Define if you have the <unistd.h> header file. */
74 #define HAVE_UNISTD_H 1