OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / snort / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if AIX */
4 #undef AIX
5
6 /* Define if BROKEN_SIOCGIFMTU */
7 #undef BROKEN_SIOCGIFMTU
8
9 /* Define if BSDI */
10 #undef BSDI
11
12 /* Define if ERRLIST_PREDEFINED */
13 #undef ERRLIST_PREDEFINED
14
15 /* Define if FREEBSD */
16 #undef FREEBSD
17
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 #undef HAVE_DLFCN_H
20
21 /* Define to 1 if you have the <dnet.h> header file. */
22 #undef HAVE_DNET_H
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
26
27 /* Define to 1 if you have the `c' library (-lc). */
28 #undef HAVE_LIBC
29
30 /* Define to 1 if you have the `dl' library (-ldl). */
31 #undef HAVE_LIBDL
32
33 /* Define to 1 if you have the `dnet' library (-ldnet). */
34 #undef HAVE_LIBDNET
35
36 /* Define to 1 if you have the `ipq' library (-lipq). */
37 #undef HAVE_LIBIPQ
38
39 /* Define to 1 if you have the `m' library (-lm). */
40 #undef HAVE_LIBM
41
42 /* Define to 1 if you have the `net' library (-lnet). */
43 #undef HAVE_LIBNET
44
45 /* Define to 1 if you have the <libnet.h> header file. */
46 #undef HAVE_LIBNET_H
47
48 /* Define to 1 if you have the `nsl' library (-lnsl). */
49 #undef HAVE_LIBNSL
50
51 /* Define to 1 if you have the `pcap' library (-lpcap). */
52 #undef HAVE_LIBPCAP
53
54 /* Define to 1 if you have the `pcre' library (-lpcre). */
55 #undef HAVE_LIBPCRE
56
57 /* Define to 1 if you have the `pq' library (-lpq). */
58 #undef HAVE_LIBPQ
59
60 /* Define whether Prelude support is enabled */
61 #undef HAVE_LIBPRELUDE
62
63 /* Define to 1 if you have the `socket' library (-lsocket). */
64 #undef HAVE_LIBSOCKET
65
66 /* Define to 1 if you have the `z' library (-lz). */
67 #undef HAVE_LIBZ
68
69 /* Define to 1 if you have the <memory.h> header file. */
70 #undef HAVE_MEMORY_H
71
72 /* Define to 1 if you have the <paths.h> header file. */
73 #undef HAVE_PATHS_H
74
75 /* Define to 1 if you have the <pcre.h> header file. */
76 #undef HAVE_PCRE_H
77
78 /* Define to 1 if you have the `snprintf' function. */
79 #undef HAVE_SNPRINTF
80
81 /* Define to 1 if you have the <stdint.h> header file. */
82 #undef HAVE_STDINT_H
83
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #undef HAVE_STDLIB_H
86
87 /* Define to 1 if you have the `strerror' function. */
88 #undef HAVE_STRERROR
89
90 /* Define to 1 if you have the <strings.h> header file. */
91 #undef HAVE_STRINGS_H
92
93 /* Define to 1 if you have the <string.h> header file. */
94 #undef HAVE_STRING_H
95
96 /* Define to 1 if you have the `strlcat' function. */
97 #undef HAVE_STRLCAT
98
99 /* Define to 1 if you have the `strlcpy' function. */
100 #undef HAVE_STRLCPY
101
102 /* Define to 1 if you have the `strtoul' function. */
103 #undef HAVE_STRTOUL
104
105 /* Define to 1 if you have the <sys/sockio.h> header file. */
106 #undef HAVE_SYS_SOCKIO_H
107
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #undef HAVE_SYS_STAT_H
110
111 /* Define to 1 if you have the <sys/types.h> header file. */
112 #undef HAVE_SYS_TYPES_H
113
114 /* Define to 1 if you have the <unistd.h> header file. */
115 #undef HAVE_UNISTD_H
116
117 /* Define to 1 if you have the `vsnprintf' function. */
118 #undef HAVE_VSNPRINTF
119
120 /* Define if the compiler understands __FUNCTION__. */
121 #undef HAVE___FUNCTION__
122
123 /* Define if the compiler understands __func__. */
124 #undef HAVE___func__
125
126 /* Define if HPUX */
127 #undef HPUX
128
129 /* Define if IRIX */
130 #undef IRIX
131
132 /* Define if LINUX */
133 #undef LINUX
134
135 /* Define if MACOS */
136 #undef MACOS
137
138 /* Define if OPENBSD */
139 #undef OPENBSD
140
141 /* Define if OSF1 */
142 #undef OSF1
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 if PCAP_TIMEOUT_IGNORED */
163 #undef PCAP_TIMEOUT_IGNORED
164
165 /* Define if SOLARIS */
166 #undef SOLARIS
167
168 /* Define to 1 if you have the ANSI C header files. */
169 #undef STDC_HEADERS
170
171 /* Define if SUNOS */
172 #undef SUNOS
173
174 /* Version number of package */
175 #undef VERSION
176
177 /* Define to 1 if your processor stores words with the most significant byte
178    first (like Motorola and SPARC, unlike Intel and VAX). */
179 #undef WORDS_BIGENDIAN
180
181 /* Define if WORDS_MUSTALIGN */
182 #undef WORDS_MUSTALIGN
183
184 /* Define __FUNCTION__ as required. */
185 #undef __FUNCTION__
186
187 /* Define to `uint16_t' if <sys/types.h> does not define. */
188 #undef u_int16_t
189
190 /* Define to `uint32_t' if <sys/types.h> does not define. */
191 #undef u_int32_t
192
193 /* Define to `uint8_t' if <sys/types.h> does not define. */
194 #undef u_int8_t