* Use uname to detect OS/2
[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 /* Do we have libdl support? */
21 #undef HAVE_LIBDL
22
23 /* Do we want to compile in DBM support? */
24 #undef WITH_DBM
25
26 /* Do we want to compile in NDBM support? */
27 #undef WITH_NDBM
28
29 /* Include Ascend hacks */
30 #undef WITH_ASCEND_HACK
31
32 /* Set Ascend Channels Per Line to N */
33 #undef ASCEND_CHANNELS_PER_LINE
34
35 /* Include NT Domain hack */
36 #undef WITH_NTDOMAIN_HACK
37
38 /* Include Specialix Jetstream hacks */
39 #undef WITH_SPECIALIX_JETSTREAM_HACK
40
41 /* Make dictionary case-independant */
42 #undef WITH_DICT_NOCASE
43
44 /* Make dictionary case-independant */
45 #undef WITH_DICT_NOCASE