11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
/* Enable if you have the optional firedns library */
#undef HAVE_FIREDNS
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define if you have netfilter_queue */
#undef HAVE_NFQUEUE
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <libipq.h> header file. */
#undef HAVE_LIBIPQ_H
/* Define to 1 if you have the <libpool.h> header file. */
#undef HAVE_LIBPOOL_H
/* Define to 1 if you have the <linux/netfilter.h> header file. */
#undef HAVE_LINUX_NETFILTER_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
/* Enable if you have the required pool library */
#undef HAVE_POOL
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
|
<
<
<
<
<
<
>
>
>
>
>
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
/* Enable if you have the optional firedns library */
#undef HAVE_FIREDNS
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <libipq.h> header file. */
#undef HAVE_LIBIPQ_H
/* Define to 1 if you have the <libpool.h> header file. */
#undef HAVE_LIBPOOL_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
/* Enable if netlink exists */
#undef HAVE_NFNETLINK
/* Enable if you have nfqueue */
#undef HAVE_NFQUEUE
/* Enable if you have the required pool library */
#undef HAVE_POOL
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
|
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE
|
>
>
>
|
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE
|