1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Installation Prefix */
4#undef CONF_PREFIX
5
6/* Define to 1 if you have the <assert.h> header file. */
7#undef HAVE_ASSERT_H
8
9/* Define to 1 if you have the `daemon' function. */
10#undef HAVE_DAEMON
11
12/* Define to 1 if you have the <errno.h> header file. */
13#undef HAVE_ERRNO_H
14
15/* Define to 1 if you have the <err.h> header file. */
16#undef HAVE_ERR_H
17
18/* "Error Mutex Type" */
19#undef HAVE_ERR_MUTEX
20
21/* Define to 1 if you have the <fcntl.h> header file. */
22#undef HAVE_FCNTL_H
23
24/* Define to 1 if you have the `flockfile' function. */
25#undef HAVE_FLOCKFILE
26
27/* Define to 1 if you have the `getaddrinfo' function. */
28#undef HAVE_GETADDRINFO
29
30/* Define to 1 if you have the `getdelim' function. */
31#undef HAVE_GETDELIM
32
33/* Define to 1 if you have the `getline' function. */
34#undef HAVE_GETLINE
35
36/* Define to 1 if you have the `getopt' function. */
37#undef HAVE_GETOPT
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
43#undef HAVE_LIBDMALLOC
44
45/* Define to 1 if you have the `nsl' library (-lnsl). */
46#undef HAVE_LIBNSL
47
48/* Define to 1 if you have the `socket' library (-lsocket). */
49#undef HAVE_LIBSOCKET
50
51/* Define to 1 if you have the <limits.h> header file. */
52#undef HAVE_LIMITS_H
53
54/* Define to 1 if you have the <linux/netfilter_ipv4.h> header file. */
55#undef HAVE_LINUX_NETFILTER_IPV4_H
56
57/* Define to 1 if you have the `malloc' function. */
58#undef HAVE_MALLOC
59
60/* Define to 1 if you have the <memory.h> header file. */
61#undef HAVE_MEMORY_H
62
63/* Define to 1 if you have the `memset' function. */
64#undef HAVE_MEMSET
65
66/* Define to 1 if you have the <netdb.h> header file. */
67#undef HAVE_NETDB_H
68
69/* Define to 1 if you have the <paths.h> header file. */
70#undef HAVE_PATHS_H
71
72/* Define if you have POSIX threads libraries and header files. */
73#undef HAVE_PTHREAD
74
75/* Define to 1 if you have the `realloc' function. */
76#undef HAVE_REALLOC
77
78/* Define to 1 if you have the `setenv' function. */
79#undef HAVE_SETENV
80
81/* Define to 1 if you have the <stdarg.h> header file. */
82#undef HAVE_STDARG_H
83
84/* Define to 1 if you have the <stddef.h> header file. */
85#undef HAVE_STDDEF_H
86
87/* Define to 1 if you have the <stdint.h> header file. */
88#undef HAVE_STDINT_H
89
90/* Define to 1 if you have the <stdio.h> header file. */
91#undef HAVE_STDIO_H
92
93/* Define to 1 if you have the <stdlib.h> header file. */
94#undef HAVE_STDLIB_H
95
96/* Define to 1 if you have the `strcasestr' function. */
97#undef HAVE_STRCASESTR
98
99/* Define to 1 if you have the `strchr' function. */
100#undef HAVE_STRCHR
101
102/* Define to 1 if you have the `strerror' function. */
103#undef HAVE_STRERROR
104
105/* Define to 1 if you have the <strings.h> header file. */
106#undef HAVE_STRINGS_H
107
108/* Define to 1 if you have the <string.h> header file. */
109#undef HAVE_STRING_H
110
111/* Define to 1 if you have the `strlcat' function. */
112#undef HAVE_STRLCAT
113
114/* Define to 1 if you have the `strlcpy' function. */
115#undef HAVE_STRLCPY
116
117/* Define to 1 if you have the `strlwr' function. */
118#undef HAVE_STRLWR
119
120/* Define to 1 if you have the `strncat' function. */
121#undef HAVE_STRNCAT
122
123/* Define to 1 if you have the `strncpy' function. */
124#undef HAVE_STRNCPY
125
126/* Define to 1 if you have the <sys/stat.h> header file. */
127#undef HAVE_SYS_STAT_H
128
129/* Define to 1 if you have the <sys/types.h> header file. */
130#undef HAVE_SYS_TYPES_H
131
132/* "Time Zone GMT Offset" */
133#undef HAVE_TM_GMTOFF
134
135/* Define to 1 if you have the `tolower' function. */
136#undef HAVE_TOLOWER
137
138/* Define to 1 if you have the <unistd.h> header file. */
139#undef HAVE_UNISTD_H
140
141/* Whether the system supports a linux type transparent proxy */
142#undef LINUX_TRANSPARENT_PROXY
143
144/* Name of package */
145#undef PACKAGE
146
147/* Define to the address where bug reports for this package should be sent. */
148#undef PACKAGE_BUGREPORT
149
150/* Define to the full name of this package. */
151#undef PACKAGE_NAME
152
153/* Define to the full name and version of this package. */
154#undef PACKAGE_STRING
155
156/* Define to the one symbol short name of this package. */
157#undef PACKAGE_TARNAME
158
159/* Define to the version of this package. */
160#undef PACKAGE_VERSION
161
162/* Define to the necessary symbol if this constant uses a non-standard name on
163   your system. */
164#undef PTHREAD_CREATE_JOINABLE
165
166/* Define to 1 if you have the ANSI C header files. */
167#undef STDC_HEADERS
168
169/* Version number of package */
170#undef VERSION
171
172/* malloc memory debugging */
173#undef WITH_DMALLOC
174
175/* In debug mode */
176#undef _DEBUG
177
178/* Define to empty if `const' does not conform to ANSI C. */
179#undef const
180
181/* Define to `unsigned int' if <sys/types.h> does not define. */
182#undef size_t
183