* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / acconfig.h
1 /* define this to the Citadel home directory */
2 #undef CTDLDIR
3
4 /* define this to enable the autologin feature */
5 #undef ENABLE_AUTOLOGIN
6
7 /* define this to disable use of curses */
8 #undef DISABLE_CURSES
9
10 /* define this to enable use of the chkpwd program (for shadow passwords) */
11 #undef ENABLE_CHKPWD
12
13 /* define this if struct utmp has an ut_type member */
14 #undef HAVE_UT_TYPE
15
16 /* define this if struct utmp has an ut_host member */
17 #undef HAVE_UT_HOST
18
19 /* define this if the OS has broken non-reentrant gethostby{name,addr}() */
20 #undef HAVE_NONREENTRANT_NETDB
21
22 /* define this if you have the pthread_cancel() function */
23 #undef HAVE_PTHREAD_CANCEL
24
25 /* define this if you want to enable the multithreaded client */
26 #undef THREADED_CLIENT
27
28 /* Define if you have OpenSSL. */
29 #undef HAVE_OPENSSL
30
31 /* define this if you have zlib compression available */
32 #undef HAVE_ZLIB
33
34 /* define this if you have OpenLDAP client available */
35 #undef HAVE_LDAP
36
37 /* define this if you have the libical calendaring library available */
38 #undef HAVE_LIBICAL
39
40 /* define this if you have the newt window library available */
41 #undef HAVE_NEWT
42
43 /* define this if you have the resolv.h header file. */
44 #undef HAVE_RESOLV_H