Fixing a compilation issue, wherein two global vars, conf and chan, were defined...
[revinetd.git] / config.h.in
blob30618df54f1ff2fc724689e2afe1d0b5f48ae435
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define to empty if the keyword does not work. */
4 #undef const
6 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
7 #undef HAVE_SYS_WAIT_H
9 /* Define to `int' if <sys/types.h> doesn't define. */
10 #undef pid_t
12 /* Define as the return type of signal handlers (int or void). */
13 #undef RETSIGTYPE
15 /* Define to `unsigned' if <sys/types.h> doesn't define. */
16 #undef size_t
18 /* Define if you have the ANSI C header files. */
19 #undef STDC_HEADERS
21 /* Define if you have the gethostbyname function. */
22 #undef HAVE_GETHOSTBYNAME
24 /* Define if you have the inet_aton function. */
25 #undef HAVE_INET_ATON
27 /* Define if you have the inet_ntoa function. */
28 #undef HAVE_INET_NTOA
30 /* Define if you have the memset function. */
31 #undef HAVE_MEMSET
33 /* Define if you have the select function. */
34 #undef HAVE_SELECT
36 /* Define if you have the socket function. */
37 #undef HAVE_SOCKET
39 /* Define if you have the strdup function. */
40 #undef HAVE_STRDUP
42 /* Define if you have the <arpa/inet.h> header file. */
43 #undef HAVE_ARPA_INET_H
45 /* Define if you have the <fcntl.h> header file. */
46 #undef HAVE_FCNTL_H
48 /* Define if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
51 /* Define if you have the <netdb.h> header file. */
52 #undef HAVE_NETDB_H
54 /* Define if you have the <netinet/in.h> header file. */
55 #undef HAVE_NETINET_IN_H
57 /* Define if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
60 /* Define if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
63 /* Define if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
66 /* Define if you have the <sys/socket.h> header file. */
67 #undef HAVE_SYS_SOCKET_H
69 /* Define if you have the <sys/time.h> header file. */
70 #undef HAVE_SYS_TIME_H
72 /* Define if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H