File: config.h.in

package info (click to toggle)
kismet 2008-05-R1-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,232 kB
  • ctags: 3,998
  • sloc: cpp: 33,568; sh: 5,544; ansic: 459; makefile: 457; perl: 62; sql: 41
file content (301 lines) | stat: -rw-r--r-- 6,916 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
/* config.h.in.  Generated from configure.in by autoheader.  */

/* system binary directory */
#undef BIN_LOC

/* Build curses-based UI */
#undef BUILD_CURSES

/* Build panel UI */
#undef BUILD_PANEL

/* libairpcap header */
#undef HAVE_AIRPCAP_H

/* AssumeDefaultColors present */
#undef HAVE_ASSUME_DEFAULT_COLORS

/* dbus integration */
#undef HAVE_DBUS

/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

/* Expat XML library */
#undef HAVE_EXPAT

/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H

/* system defines getopt_long */
#undef HAVE_GETOPT_LONG

/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY

/* GMP math library */
#undef HAVE_GMP

/* GPS support will be built. */
#undef HAVE_GPS

/* we have libhildon */
#undef HAVE_HILDON

/* Imagemagick image library */
#undef HAVE_IMAGEMAGICK

/* inttypes.h is present */
#undef HAVE_INTTYPES_H

/* libairpcap win32 control lib */
#undef HAVE_LIBAIRPCAP

/* Curses terminal lib */
#undef HAVE_LIBCURSES

/* NCurses terminal lib */
#undef HAVE_LIBNCURSES

/* Panel terminal lib */
#undef HAVE_LIBPANEL

/* libpcap packet capture lib */
#undef HAVE_LIBPCAP

/* Libz compression lib */
#undef HAVE_LIBZ

/* Linux wireless iwfreq.flag */
#undef HAVE_LINUX_IWFREQFLAG

/* Linux netlink socket capture present */
#undef HAVE_LINUX_NETLINK

/* Linux wireless extentions present */
#undef HAVE_LINUX_WIRELESS

/* Linux wireless extentions v22 or better present */
#undef HAVE_LINUX_WIRELESS22

/* Define to 1 if you have the <machine/apmvar.h> header file. */
#undef HAVE_MACHINE_APMVAR_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* pcap/pcap.h */
#undef HAVE_PCAPPCAP_H

/* pcapfileno-capable libwpcap */
#undef HAVE_PCAP_FILENO

/* Selectablefd-capable libpcap */
#undef HAVE_PCAP_GETSELFD

/* libpcap header */
#undef HAVE_PCAP_H

/* Nonblocking-capable libpcap */
#undef HAVE_PCAP_NONBLOCK

/* pthread threading library */
#undef HAVE_PTHREAD

/* radiotap packet headers */
#undef HAVE_RADIOTAP

/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT

/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET

/* accept() takes type socklen_t for addrlen */
#undef HAVE_SOCKLEN_T

/* Define to 1 if `stat' has the bug that it succeeds when given the
   zero-length file name argument. */
#undef HAVE_STAT_EMPTY_STRING_BUG

/* stdint.h is present */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the `strftime' function. */
#undef HAVE_STRFTIME

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR

/* setuid capable */
#undef HAVE_SUID

/* System headers are there */
#undef HAVE_SYSHEADERS

/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Viha headers are there */
#undef HAVE_VIHAHEADERS

/* Define to 1 if you have the <WiFi/IEEE80211Frame.h> header file. */
#undef HAVE_WIFI_IEEE80211FRAME_H

/* Define to 1 if you have the <WiFi/WFException.h> header file. */
#undef HAVE_WIFI_WFEXCEPTION_H

/* Define to 1 if you have the <WiFi/WLFrame.h> header file. */
#undef HAVE_WIFI_WLFRAME_H

/* Define to 1 if you have the <WiFi/WLPacketSource.h> header file. */
#undef HAVE_WIFI_WLPACKETSOURCE_H

/* Define to 1 if you have the <Win32-Extensions.h> header file. */
#undef HAVE_WIN32_EXTENSIONS_H

/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H

/* wsp100 remote sensor support */
#undef HAVE_WSP100

/* system state directory */
#undef LOCALSTATE_DIR

/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
   slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#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 as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* system config directory */
#undef SYSCONF_LOC

/* Compiling for Cygwin */
#undef SYS_CYGWIN

/* Compiling for Darwin/OSX */
#undef SYS_DARWIN

/* Compiling for FreeBSD */
#undef SYS_FREEBSD

/* Compiling for Linux OS */
#undef SYS_LINUX

/* Compiling for NetBSD */
#undef SYS_NETBSD

/* Compiling for OpenBSD */
#undef SYS_OPENBSD

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME

/* Use local dumper code */
#undef USE_LOCAL_DUMP

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Maximum number of characters in the status line */
#define STATUS_MAX 1024

/* Maximum number of channels - I've only ever heard of 14 being used. */
#define CHANNEL_MAX 14

/* Stupid ncurses */
#define NCURSES_NOMACROS

/* Number of hex pairs in a key */
#define WEPKEY_MAX 32

/* String length of a key */
#define WEPKEYSTR_MAX ((WEPKEY_MAX * 2) + WEPKEY_MAX)

/* Number of past alerts to queue for new clients */
#define ALERT_BACKLOG 50

/* system min isn't reliable */
#define kismin(x,y) ((x) < (y) ? (x) : (y))
#define kismax(x,y) ((x) > (y) ? (x) : (y))

// Timer slices per second
#define SERVER_TIMESLICES_SEC 10

/* Namespace (on non-obj-c files) */
#ifndef __IN_OBJC_FILE__
using namespace std;
#define __STL_USE_NAMESPACES
#endif

#ifndef _
#define _(x) x
#endif