root/honeytrap/tags/0.6.2/config.h.in

Revision 1081, 3.9 kB (checked in by till, 2 years ago)

initial import

Line 
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 <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the `c' library (-lc). */
25 #undef HAVE_LIBC
26
27 /* Define to 1 if you have the `dl' library (-ldl). */
28 #undef HAVE_LIBDL
29
30 /* Define to 1 if you have the `ipq' library (-lipq). */
31 #undef HAVE_LIBIPQ
32
33 /* Define to 1 if you have the `nsl' library (-lnsl). */
34 #undef HAVE_LIBNSL
35
36 /* Define to 1 if you have the `pcap' library (-lpcap). */
37 #undef HAVE_LIBPCAP
38
39 /* Define to 1 if you have the `socket' library (-lsocket). */
40 #undef HAVE_LIBSOCKET
41
42 /* Define to 1 if you have the <memory.h> header file. */
43 #undef HAVE_MEMORY_H
44
45 /* Define to 1 if you have the <net/bpf.h> header file. */
46 #undef HAVE_NET_BPF_H
47
48 /* Define to 1 if you have the <pcap-bpf.h> header file. */
49 #undef HAVE_PCAP_BPF_H
50
51 /* Define to 1 if you have the `snprintf' function. */
52 #undef HAVE_SNPRINTF
53
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #undef HAVE_STDINT_H
56
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
59
60 /* Define to 1 if you have the `strerror' function. */
61 #undef HAVE_STRERROR
62
63 /* Define to 1 if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
65
66 /* Define to 1 if you have the <string.h> header file. */
67 #undef HAVE_STRING_H
68
69 /* Define to 1 if you have the `strtoul' function. */
70 #undef HAVE_STRTOUL
71
72 /* Define to 1 if you have the <sys/sockio.h> header file. */
73 #undef HAVE_SYS_SOCKIO_H
74
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #undef HAVE_SYS_STAT_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <unistd.h> header file. */
82 #undef HAVE_UNISTD_H
83
84 /* Define to 1 if you have the `vsnprintf' function. */
85 #undef HAVE_VSNPRINTF
86
87 /* Define if the compiler understands __FUNCTION__. */
88 #undef HAVE___FUNCTION__
89
90 /* Define if the compiler understands __func__. */
91 #undef HAVE___func__
92
93 /* Define if HPUX */
94 #undef HPUX
95
96 /* Define if IRIX */
97 #undef IRIX
98
99 /* Define if LINUX */
100 #undef LINUX
101
102 /* Define if MACOS */
103 #undef MACOS
104
105 /* Define if OPENBSD */
106 #undef OPENBSD
107
108 /* Define if OSF1 */
109 #undef OSF1
110
111 /* Name of package */
112 #undef PACKAGE
113
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
116
117 /* Define to the full name of this package. */
118 #undef PACKAGE_NAME
119
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
122
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
125
126 /* Define to the version of this package. */
127 #undef PACKAGE_VERSION
128
129 /* Define if PCAP_TIMEOUT_IGNORED */
130 #undef PCAP_TIMEOUT_IGNORED
131
132 /* Define if SOLARIS */
133 #undef SOLARIS
134
135 /* Define to 1 if you have the ANSI C header files. */
136 #undef STDC_HEADERS
137
138 /* Define if SUNOS */
139 #undef SUNOS
140
141 /* Define if ipfw connection monitor is used */
142 #undef USE_IPFW_MON
143
144 /* Define if ip_queue connection monitor is used */
145 #undef USE_IPQ_MON
146
147 /* Define if netfilter_queue connection monitor is used */
148 #undef USE_NFQ_MON
149
150 /* Define if pcap connection monitor is used */
151 #undef USE_PCAP_MON
152
153 /* Version number of package */
154 #undef VERSION
155
156 /* Define to 1 if your processor stores words with the most significant byte
157    first (like Motorola and SPARC, unlike Intel and VAX). */
158 #undef WORDS_BIGENDIAN
159
160 /* Define if WORDS_MUSTALIGN */
161 #undef WORDS_MUSTALIGN
162
163 /* Define __FUNCTION__ as required. */
164 #undef __FUNCTION__
165
166 /* Define to `uint16_t' if <sys/types.h> does not define. */
167 #undef u_int16_t
168
169 /* Define to `uint32_t' if <sys/types.h> does not define. */
170 #undef u_int32_t
171
172 /* Define to `uint8_t' if <sys/types.h> does not define. */
173 #undef u_int8_t
Note: See TracBrowser for help on using the browser.