e56285cb786aa48d0d3cac35a64f7547ae48090e
[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 /* Define if you need preceding underscores in dynamic library linking */
18 #undef MODULE_NEED_USCORE
19
20 /* Do we want to compile in DBM support? */
21 #undef WITH_DBM
22
23 /* Do we want to compile in NDBM support? */
24 #undef WITH_NDBM
25
26 /* Include Ascend hacks */
27 #undef WITH_ASCEND_HACK
28
29 /* Set Ascend Channels Per Line to N */
30 #undef ASCEND_CHANNELS_PER_LINE
31
32 /* Include NT Domain hack */
33 #undef WITH_NTDOMAIN_HACK
34
35 /* Include Specialix Jetstream hacks */
36 #undef WITH_SPECIALIX_JETSTREAM_HACK
37
38 /* Make dictionary case-independant */
39 #undef WITH_DICT_NOCASE
40
41 /* Use USR-style vendor specific attributes */
42 #undef ATTRIB_NMC
43
44 /* Include support for Ascend binary filter attributes */
45 #undef ASCEND_BINARY
46
47 /* socklen_t is generally 'int' on systems which don't use it */
48 #undef socklen_t
49
50 /* uint8_t should be the canonical 'octet' for network traffic */
51 #undef uint8_t
52
53 /* uint32_t should be the canonical 'network integer' */
54 #undef uint32_t
55
56 /* Define if prototype for strncasecmp needed */
57 #undef NEED_DECLARATION_STRNCASECMP
58
59 /* Define if prototype for strcasecmp needed */
60 #undef NEED_DECLARATION_STRCASECMP
61
62 /* Define if prototype for inet_aton needed */
63 #undef NEED_DECLARATION_INET_ATON
64
65 /* Define if prototype for gethostname needed */
66 #undef NEED_DECLARATION_GETHOSTNAME
67
68 /* Define if prototype for setlinebuf needed */
69 #undef NEED_DECLARATION_SETLINEBUF
70
71 /* Define if prototype for getusershell needed */
72 #undef NEED_DECLARATION_GETUSERSHELL
73
74 /* Define if prototype for endusershell needed */
75 #undef NEED_DECLARATION_ENDUSERSHELL
76
77 /* use a pool of threads to handle requests, instead of spawning threads? */
78 #undef WITH_THREAD_POOL
79
80 @BOTTOM@