8bfd84dd2d0c4e03077f706d5c08451ac7292aab
[freeradius.git] / acconfig.h
1 /*
2
3 acconfig.h - template used by autoheader to create config.h.in
4 config.h.in - used by autoconf to create config.h
5 config.h - created by autoconf; contains defines generated by autoconf
6
7 */
8
9 @TOP@
10
11 /* Do we have the crypt function ? */
12 #undef HAVE_CRYPT
13
14 /* Do we have shadow support? */
15 #undef HAVE_GETSPNAM
16
17 /* Do we have socklen_t? */
18 #undef HAVE_SOCKLEN_T
19
20 /* Define if you have the DLOPEN function.  */
21 #undef HAVE_DLOPEN
22
23 /* Define if you need preceding underscores in dynamic library linking */
24 #undef MODULE_NEED_USCORE
25
26 /* Do we want to compile in DBM support? */
27 #undef WITH_DBM
28
29 /* Do we want to compile in NDBM support? */
30 #undef WITH_NDBM
31
32 /* Include Ascend hacks */
33 #undef WITH_ASCEND_HACK
34
35 /* Set Ascend Channels Per Line to N */
36 #undef ASCEND_CHANNELS_PER_LINE
37
38 /* Include NT Domain hack */
39 #undef WITH_NTDOMAIN_HACK
40
41 /* Include Specialix Jetstream hacks */
42 #undef WITH_SPECIALIX_JETSTREAM_HACK
43
44 /* Make dictionary case-independant */
45 #undef WITH_DICT_NOCASE
46
47 /* Use USR-style vendor specific attributes */
48 #undef ATTRIB_NMC
49
50 /* Include support for Ascend binary filter attributes */
51 #undef ASCEND_BINARY
52
53 /* uint8_t should be the canonical 'octet' for network traffic */
54 #undef uint8_t
55
56 /* uint32_t should be the canonical 'network integer' */
57 #undef uint32_t
58
59 /* Define if prototype for strncasecmp needed */
60 #undef NEED_DECLARATION_STRNCASECMP
61
62 /* Define if prototype for strcasecmp needed */
63 #undef NEED_DECLARATION_STRCASECMP
64
65 /* Define if prototype for inet_aton needed */
66 #undef NEED_DECLARATION_INET_ATON
67
68 /* Define if prototype for gethostname needed */
69 #undef NEED_DECLARATION_GETHOSTNAME
70
71 /* Define if prototype for setlinebuf needed */
72 #undef NEED_DECLARATION_SETLINEBUF
73
74 /* Define if prototype for getusershell needed */
75 #undef NEED_DECLARATION_GETUSERSHELL
76
77 /* Define if prototype for endusershell needed */
78 #undef NEED_DECLARATION_ENDUSERSHELL
79
80 /* use a pool of threads to handle requests, instead of spawning threads? */
81 #undef WITH_THREAD_POOL
82
83 @BOTTOM@