1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Enable if you have the required dotconf library. */
#undef HAVE_DOTCONF
/* Define to 1 if you have the <dotconf.h> header file. */
#undef HAVE_DOTCONF_H
/* 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
|
<
<
<
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define to 1 if you have the <dotconf.h> header file. */
#undef HAVE_DOTCONF_H
/* 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
/* Enable if you have the required libconfig library. */
#undef HAVE_LIBCONFIG
/* 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
|
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
/* 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
/* Define to 1 if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H
/* Define to 1 if you have the <stdint.h> header file. */
|
<
<
<
|
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
/* Enable if netlink exists */
#undef HAVE_NFNETLINK
/* Enable if you have nfqueue */
#undef HAVE_NFQUEUE
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
/* Define to 1 if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H
/* Define to 1 if you have the <stdint.h> header file. */
|