Dropped a line of configuration.
[fprobe-ulog.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Debugging output */
4 #undef DEBUG
5
6 /* Hash size */
7 #undef HASH_BITS
8
9 /* Hash type */
10 #undef HASH_TYPE_CRC
11
12 /* Hash type */
13 #undef HASH_TYPE_XOR
14
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the `pthread' library (-lpthread). */
19 #undef HAVE_LIBPTHREAD
20
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
23
24 /* Define to 1 if you have the <stdint.h> header file. */
25 #undef HAVE_STDINT_H
26
27 /* Define to 1 if you have the <stdlib.h> header file. */
28 #undef HAVE_STDLIB_H
29
30 /* Define to 1 if you have the <strings.h> header file. */
31 #undef HAVE_STRINGS_H
32
33 /* Define to 1 if you have the <string.h> header file. */
34 #undef HAVE_STRING_H
35
36 /* Define to 1 if you have the <sys/stat.h> header file. */
37 #undef HAVE_SYS_STAT_H
38
39 /* Define to 1 if you have the <sys/types.h> header file. */
40 #undef HAVE_SYS_TYPES_H
41
42 /* Define to 1 if you have the <unistd.h> header file. */
43 #undef HAVE_UNISTD_H
44
45 /* ICMP trick */
46 #undef ICMP_TRICK
47
48 /* Memory bulk indexing mode */
49 #undef MEM_BITS
50
51 /* Runtime messages */
52 #undef MESSAGES
53
54 /* OS type */
55 #undef OS_LINUX
56
57 /* Name of package */
58 #undef PACKAGE
59
60 /* Define to the address where bug reports for this package should be sent. */
61 #undef PACKAGE_BUGREPORT
62
63 /* Define to the full name of this package. */
64 #undef PACKAGE_NAME
65
66 /* Define to the full name and version of this package. */
67 #undef PACKAGE_STRING
68
69 /* Define to the one symbol short name of this package. */
70 #undef PACKAGE_TARNAME
71
72 /* Define to the version of this package. */
73 #undef PACKAGE_VERSION
74
75 /* Pidfiles location */
76 #undef PID_DIR
77
78 /* The size of a `int', as computed by sizeof. */
79 #undef SIZEOF_INT
80
81 /* The size of a `long', as computed by sizeof. */
82 #undef SIZEOF_LONG
83
84 /* The size of a `long long', as computed by sizeof. */
85 #undef SIZEOF_LONG_LONG
86
87 /* Define to 1 if you have the ANSI C header files. */
88 #undef STDC_HEADERS
89
90 /* Uptime trick */
91 #undef UPTIME_TRICK
92
93 /* Uptime trick */
94 #undef UPTIME_TRICK_CISCO
95
96 /* Version number of package */
97 #undef VERSION