This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
forked from ehayon/Coova-Chilli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
509 lines (340 loc) · 12.2 KB
/
config.h.in
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
/* config.h.in. Generated from configure.in by autoheader. */
/* Define enable the recording of accept-language */
#undef ENABLE_ACCEPTLANGUAGE
/* Define to enable Accounting-On and Accounting-Off */
#undef ENABLE_ACCOUNTING_ONOFF
/* Define to enable the use of the ChilliSpot-AP-Session-Id attribute */
#undef ENABLE_APSESSIONID
/* Define to enable binary status file */
#undef ENABLE_BINSTATFILE
/* Define to enable HTTP AAA Proxy */
#undef ENABLE_CHILLIPROXY
/* Define to enable chilli_query */
#undef ENABLE_CHILLIQUERY
/* Define to enable RadSec AAA Proxy */
#undef ENABLE_CHILLIRADSEC
/* Define to enable Redir server */
#undef ENABLE_CHILLIREDIR
/* Define to enable chilli_script helper */
#undef ENABLE_CHILLISCRIPT
/* Define to enable the use of the ChilliSpot-Config attribute */
#undef ENABLE_CHILLISPOTCONFIG
/* Define to enable Chilli XML */
#undef ENABLE_CHILLIXML
/* Define to enable cluster */
#undef ENABLE_CLUSTER
/* Define for CoA RADIUS support */
#undef ENABLE_COA
/* none */
#undef ENABLE_CONFIG
/* Define to enable debugging */
#undef ENABLE_DEBUG
/* Define to enable verbose debugging */
#undef ENABLE_DEBUG2
/* Define to enable DHCP option setting */
#undef ENABLE_DHCPOPT
/* Define to enable DHCP/RADIUS integration */
#undef ENABLE_DHCPRADIUS
/* Define to logging of DNS requests */
#undef ENABLE_DNSLOG
/* Define to enable EAPOL */
#undef ENABLE_EAPOL
/* Define to enable CoovaEWT API */
#undef ENABLE_EWTAPI
/* Define to enable admin-user VSA support */
#undef ENABLE_EXTADMVSA
/* Define to enable walled garden accounting */
#undef ENABLE_GARDENACCOUNTING
/* Define to enable extended walled garden features */
#undef ENABLE_GARDENEXT
/* Define to enable Chilli IEEE 802.1Q */
#undef ENABLE_IEEE8021Q
/* Define to enable IEEE 802.3 */
#undef ENABLE_IEEE8023
/* Define to enable inspect feature in cmdsock */
#undef ENABLE_INSPECT
/* Define to use IPv6 */
#undef ENABLE_IPV6
/* Define to support file based whitelists */
#undef ENABLE_IPWHITELIST
/* Define to enable Chilli JSON */
#undef ENABLE_JSON
/* Define to enable L2TP/PPP */
#undef ENABLE_L2TP_PPP
/* Enable larger limits for use with non-embedded systems */
#undef ENABLE_LARGELIMITS
/* Define to enable Layer3 only support */
#undef ENABLE_LAYER3
/* Define to enable Chilli Leaky Bucket shaping */
#undef ENABLE_LEAKYBUCKET
/* Define enable Location Awareness */
#undef ENABLE_LOCATION
/* Define to enable mDNS */
#undef ENABLE_MDNS
/* Define to enable minimal cmdline config */
#undef ENABLE_MINICONFIG
/* Define to enable Coova miniportal */
#undef ENABLE_MINIPORTAL
/* Define to enable dynamically loadable modules */
#undef ENABLE_MODULES
/* Define to enable multiple LANs */
#undef ENABLE_MULTILAN
/* Define to enable multiple routes */
#undef ENABLE_MULTIROUTE
/* Define to enable NetBIOS */
#undef ENABLE_NETBIOS
/* Define to enable network interface nat */
#undef ENABLE_NETNAT
/* Define to enable PPPoE */
#undef ENABLE_PPPOE
/* Define to enable VSA proxy */
#undef ENABLE_PROXYVSA
/* Define to enable Chilli RADIUS (EAP) Proxy support */
#undef ENABLE_RADPROXY
/* Define to DNS query on redirect to pick up dynamic walled garden */
#undef ENABLE_REDIRDNSREQ
/* Define to Redir content-injection support */
#undef ENABLE_REDIRINJECT
/* Define to enable Chilli session walled garden */
#undef ENABLE_SESSGARDEN
/* Define to enable the use of the ChilliSpot-Session-Id attribute */
#undef ENABLE_SESSIONID
/* Define to enable extended use of the ChilliSpot-Session-State attribute */
#undef ENABLE_SESSIONSTATE
/* Define to enable Simple Service Discovery Protocol */
#undef ENABLE_SSDP
/* Define to enable status file */
#undef ENABLE_STATFILE
/* Define to enable Chilli tap support */
#undef ENABLE_TAP
/* Define to enable TCP reset support */
#undef ENABLE_TCPRESET
/* Define to enable uamanyip */
#undef ENABLE_UAMANYIP
/* Define to support loading of uamdomains (with regex) from file */
#undef ENABLE_UAMDOMAINFILE
/* Define to enable uamuiport */
#undef ENABLE_UAMUIPORT
/* Define enable the recording of user-agent */
#undef ENABLE_USERAGENT
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the <asm/types.h> header file. */
#undef HAVE_ASM_TYPES_H
/* Define to use avl library */
#undef HAVE_AVL
/* define if you have a cloning BPF device */
#undef HAVE_CLONING_BPF
/* Define if you have cyassl */
#undef HAVE_CYASSL
/* Define to 1 if you have the <cyassl/ssl.h> header file. */
#undef HAVE_CYASSL_SSL_H
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the `dirname' function. */
#undef HAVE_DIRNAME
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the `gethostbyname' function. */
#undef HAVE_GETHOSTBYNAME
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* Define to 1 if you have the `getline' function. */
#undef HAVE_GETLINE
/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO
/* Define to 1 if you have the `getprotoent' function. */
#undef HAVE_GETPROTOENT
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Define to 1 if you have the `glob' function. */
#undef HAVE_GLOB
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H
/* Define to 1 if you have the `inet_ntoa' function. */
#undef HAVE_INET_NTOA
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define to 1 if you have the `rt' library (-lrt). */
#undef HAVE_LIBRT
/* if tp_vlan_tci exists */
#undef HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI
/* Define to use Jenkins lookup3 */
#undef HAVE_LOOKUP3
/* Define if you have matrixssl */
#undef HAVE_MATRIXSSL
/* Define to 1 if you have the <matrixSsl.h> header file. */
#undef HAVE_MATRIXSSL_H
/* Define to 1 if you have the <matrixSsl/matrixSsl.h> header file. */
#undef HAVE_MATRIXSSL_MATRIXSSL_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
/* Define to use coova kernel module */
#undef HAVE_NETFILTER_COOVA
/* Define if you have netfilter_queue */
#undef HAVE_NETFILTER_QUEUE
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
/* Define to 1 if you have the <net/ethernet.h> header file. */
#undef HAVE_NET_ETHERNET_H
/* Define to 1 if you have the <net/if_arp.h> header file. */
#undef HAVE_NET_IF_ARP_H
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H
/* Define to 1 if you have the <net/if_tun.h> header file. */
#undef HAVE_NET_IF_TUN_H
/* Define to 1 if you have the <net/route.h> header file. */
#undef HAVE_NET_ROUTE_H
/* Define if you have openssl */
#undef HAVE_OPENSSL
/* Define to include Patricia */
#undef HAVE_PATRICIA
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
/* Define to 1 if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
/* Define to use SuperFastHash */
#undef HAVE_SFHASH
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET
/* Define to 1 if you have the <ssh.h> header file. */
#undef HAVE_SSH_H
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define to 1 if you have the <stdint.h> header file. */
#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 `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* 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
/* Define to 1 if you have the `strtol' function. */
#undef HAVE_STRTOL
/* Define to 1 if you have the `sysinfo' function. */
#undef HAVE_SYSINFO
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/ipc.h> header file. */
#undef HAVE_SYS_IPC_H
/* Define to 1 if you have the <sys/msg.h> header file. */
#undef HAVE_SYS_MSG_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* 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/sysinfo.h> header file. */
#undef HAVE_SYS_SYSINFO_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/un.h> header file. */
#undef HAVE_SYS_UN_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 <time.h> header file. */
#undef HAVE_TIME_H
/* if if_packet.h has tpacket_stats defined */
#undef HAVE_TPACKET_STATS
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `vfork' function. */
#undef HAVE_VFORK
/* Define to 1 if you have the <vfork.h> header file. */
#undef HAVE_VFORK_H
/* Define to 1 if `fork' works. */
#undef HAVE_WORKING_FORK
/* Define to 1 if `vfork' works. */
#undef HAVE_WORKING_VFORK
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* 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 home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to the type of arg 1 for `select'. */
#undef SELECT_TYPE_ARG1
/* Define to the type of args 2, 3 and 4 for `select'. */
#undef SELECT_TYPE_ARG234
/* Define to the type of arg 5 for `select'. */
#undef SELECT_TYPE_ARG5
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if you have curl enabled */
#undef USING_CURL
/* Define to use SV IPC message queue */
#undef USING_IPC_MSG
/* Define if you have mmap enabled */
#undef USING_MMAP
/* Define if you have pcap enabled */
#undef USING_PCAP
/* Define if you have poll() enabled */
#undef USING_POLL
/* Version number of package */
#undef VERSION
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
/* Define as `fork' if `vfork' does not work. */
#undef vfork