2 Copyright (C) Max Kastanas 2010
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 #ifndef FWKNOP_CONFIG_H
21 #define FWKNOP_CONFIG_H
23 /* Define if building universal (internal helper macro) */
24 /* #undef AC_APPLE_UNIVERSAL_BUILD */
26 /* Path to firewall command executable (it should match the firewall type). */
27 #define FIREWALL_EXE "/sbin/iptables"
29 /* The firewall type: ipf. */
30 /* #undef FIREWALL_IPF */
32 /* The firewall type: ipfw. */
33 /* #undef FIREWALL_IPFW */
35 /* The firewall type: iptables. */
36 #define FIREWALL_IPTABLES 1
38 /* Path to gpg executable */
39 #define GPG_EXE "/usr/bin/gpg"
41 /* Define to 1 if you have the <arpa/inet.h> header file. */
42 #define HAVE_ARPA_INET_H 1
44 /* Define to 1 if you have the <arpa/nameser.h> header file. */
45 #define HAVE_ARPA_NAMESER_H 1
47 /* Define to 1 if you have the `bzero' function. */
50 /* Define to 1 if you have the <ctype.h> header file. */
51 #define HAVE_CTYPE_H 1
53 /* Define to 1 if you have the <dlfcn.h> header file. */
54 #define HAVE_DLFCN_H 1
56 /* Define to 1 if you have the <endian.h> header file. */
57 #define HAVE_ENDIAN_H 1
59 /* Define to 1 if you have the <errno.h> header file. */
60 #define HAVE_ERRNO_H 1
62 /* Define to 1 if you have the `gettimeofday' function. */
63 #define HAVE_GETTIMEOFDAY 1
65 /* Define to 1 if you have the <inttypes.h> header file. */
66 #define HAVE_INTTYPES_H 1
68 /* Define if you have libgdbm */
69 #define HAVE_LIBGDBM 1
71 /* Define if you have libgpgme */
72 /* #undef HAVE_LIBGPGME */
74 /* Define if you have libndbm */
75 /* #undef HAVE_LIBNDBM */
77 /* Define if you have libpcap */
78 #define HAVE_LIBPCAP 1
80 /* Define to 1 if you have the <locale.h> header file. */
81 #define HAVE_LOCALE_H 1
83 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
87 /* Define to 1 if you have the `memmove' function. */
88 #define HAVE_MEMMOVE 1
90 /* Define to 1 if you have the <memory.h> header file. */
91 #define HAVE_MEMORY_H 1
93 /* Define to 1 if you have the `memset' function. */
96 /* Define to 1 if you have the <netdb.h> header file. */
97 #define HAVE_NETDB_H 1
99 /* Define to 1 if you have the <netinet/in.h> header file. */
100 #define HAVE_NETINET_IN_H 1
102 /* Define to 1 if you have the <net/ethernet.h> header file. */
103 /* #undef HAVE_NET_ETHERNET_H */
105 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
106 and to 0 otherwise. */
107 #define HAVE_REALLOC 1
109 /* Define to 1 if you have the <resolv.h> header file. */
110 #define HAVE_RESOLV_H 1
112 /* Define to 1 if you have the `socket' function. */
113 #define HAVE_SOCKET 1
115 /* Define to 1 if `stat' has the bug that it succeeds when given the
116 zero-length file name argument. */
117 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
119 /* Define to 1 if you have the <stdint.h> header file. */
120 #define HAVE_STDINT_H 1
122 /* Define to 1 if you have the <stdlib.h> header file. */
123 #define HAVE_STDLIB_H 1
125 /* Define to 1 if you have the `strchr' function. */
126 #define HAVE_STRCHR 1
128 /* Define to 1 if you have the `strcspn' function. */
129 #define HAVE_STRCSPN 1
131 /* Define to 1 if you have the `strdup' function. */
132 #define HAVE_STRDUP 1
134 /* Define to 1 if you have the <strings.h> header file. */
135 #define HAVE_STRINGS_H 1
137 /* Define to 1 if you have the <string.h> header file. */
138 #define HAVE_STRING_H 1
140 /* Define to 1 if you have the `strncasecmp' function. */
141 #define HAVE_STRNCASECMP 1
143 /* Define to 1 if you have the `strndup' function. */
144 #define HAVE_STRNDUP 1
146 /* Define to 1 if you have the `strrchr' function. */
147 #define HAVE_STRRCHR 1
149 /* Define to 1 if you have the `strspn' function. */
150 #define HAVE_STRSPN 1
152 /* Define to 1 if you have the <sys/byteorder.h> header file. */
153 /* #undef HAVE_SYS_BYTEORDER_H */
155 /* Define to 1 if you have the <sys/endian.h> header file. */
156 /* #undef HAVE_SYS_ENDIAN_H */
158 /* Define to 1 if you have the <sys/ethernet.h> header file. */
159 /* #undef HAVE_SYS_ETHERNET_H */
161 /* Define to 1 if you have the <sys/socket.h> header file. */
162 #define HAVE_SYS_SOCKET_H 1
164 /* Define to 1 if you have the <sys/stat.h> header file. */
165 #define HAVE_SYS_STAT_H 1
167 /* Define to 1 if you have the <sys/time.h> header file. */
168 #define HAVE_SYS_TIME_H 1
170 /* Define to 1 if you have the <sys/types.h> header file. */
171 #define HAVE_SYS_TYPES_H 1
173 /* Define to 1 if you have the <sys/wait.h> header file. */
174 #define HAVE_SYS_WAIT_H 1
176 /* Define to 1 if you have the <termios.h> header file. */
177 #define HAVE_TERMIOS_H 1
179 /* Define to 1 if you have the <time.h> header file. */
180 #define HAVE_TIME_H 1
182 /* Define to 1 if you have the <unistd.h> header file. */
183 #define HAVE_UNISTD_H 1
185 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
187 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
189 /* Define to the sub-directory in which libtool stores uninstalled libraries.
191 #define LT_OBJDIR ".libs/"
193 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
194 /* #undef NO_MINUS_C_MINUS_O */
196 /* Name of package */
197 #define PACKAGE "fwknop"
199 /* Define to the address where bug reports for this package should be sent. */
200 #define PACKAGE_BUGREPORT "dstuart@dstuart.org"
202 /* Define to the full name of this package. */
203 #define PACKAGE_NAME "fwknop"
205 /* Define to the full name and version of this package. */
206 #define PACKAGE_STRING "fwknop 2.0.2"
208 /* Define to the one symbol short name of this package. */
209 #define PACKAGE_TARNAME "fwknop"
211 /* Define to the version of this package. */
212 #define PACKAGE_VERSION "2.0.2"
214 /* The size of `unsigned int', as computed by sizeof. */
215 #define SIZEOF_UNSIGNED_INT 4
217 /* Define to 1 if you have the ANSI C header files. */
218 #define STDC_HEADERS 1
220 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
221 #define TIME_WITH_SYS_TIME 1
223 /* Enable extensions on AIX 3, Interix. */
225 # define _ALL_SOURCE 1
227 /* Enable GNU extensions on systems that have them. */
229 # define _GNU_SOURCE 1
231 /* Enable threading extensions on Solaris. */
232 #ifndef _POSIX_PTHREAD_SEMANTICS
233 # define _POSIX_PTHREAD_SEMANTICS 1
235 /* Enable extensions on HP NonStop. */
236 #ifndef _TANDEM_SOURCE
237 # define _TANDEM_SOURCE 1
239 /* Enable general extensions on Solaris. */
240 #ifndef __EXTENSIONS__
241 # define __EXTENSIONS__ 1
245 /* Version number of package */
246 #define VERSION "2.0.2"
248 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
249 significant byte first (like Motorola and SPARC, unlike Intel). */
250 #if defined AC_APPLE_UNIVERSAL_BUILD
251 # if defined __BIG_ENDIAN__
252 # define WORDS_BIGENDIAN 1
255 # ifndef WORDS_BIGENDIAN
256 /* # undef WORDS_BIGENDIAN */
260 /* Number of bits in a file offset, on hosts where this is settable. */
261 #define _FILE_OFFSET_BITS 64
263 /* Define for large files, on AIX-style hosts. */
264 /* #undef _LARGE_FILES */
266 /* Define to 1 if on MINIX. */
269 /* Define to 2 if the system does not provide POSIX.1 features except with
271 /* #undef _POSIX_1_SOURCE */
273 /* Define to 1 if you need to in order for `stat' and other things to work. */
274 /* #undef _POSIX_SOURCE */
276 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
277 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
278 #define below would cause a syntax error. */
279 /* #undef _UINT32_T */
281 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
282 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
283 #define below would cause a syntax error. */
284 /* #undef _UINT64_T */
286 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
287 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
288 #define below would cause a syntax error. */
289 /* #undef _UINT8_T */
291 /* Define to empty if `const' does not conform to ANSI C. */
294 /* Define to the type of a signed integer type of width exactly 16 bits if
295 such a type exists and the standard includes do not define it. */
298 /* Define to the type of a signed integer type of width exactly 32 bits if
299 such a type exists and the standard includes do not define it. */
302 /* Define to the type of a signed integer type of width exactly 64 bits if
303 such a type exists and the standard includes do not define it. */
306 /* Define to the type of a signed integer type of width exactly 8 bits if such
307 a type exists and the standard includes do not define it. */
310 /* Define to rpl_malloc if the replacement function should be used. */
313 /* Define to `long int' if <sys/types.h> does not define. */
316 /* Define to `int' if <sys/types.h> does not define. */
319 /* Define to rpl_realloc if the replacement function should be used. */
322 /* Define to `unsigned int' if <sys/types.h> does not define. */
325 /* Define to `int' if <sys/types.h> does not define. */
328 /* Define to the type of an unsigned integer type of width exactly 16 bits if
329 such a type exists and the standard includes do not define it. */
330 /* #undef uint16_t */
332 /* Define to the type of an unsigned integer type of width exactly 32 bits if
333 such a type exists and the standard includes do not define it. */
334 /* #undef uint32_t */
336 /* Define to the type of an unsigned integer type of width exactly 64 bits if
337 such a type exists and the standard includes do not define it. */
338 /* #undef uint64_t */
340 /* Define to the type of an unsigned integer type of width exactly 8 bits if
341 such a type exists and the standard includes do not define it. */
345 #endif /* FWKNOP_CONFIG_H */