* Applied a patch sent in by Wilfried Goesgens which allows the various
[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
45
46 /* define, if the user suplied a data-directory to use. */
47 #undef HAVE_DATA_DIR
48 #undef DATA_DIR
49
50 /* define, if the user suplied a spool-directory to use. */
51 #undef HAVE_SPOOL_DIR
52 #undef SPOOL_DIR
53
54 /* define, where the config should go in unix style */
55 #undef HAVE_ETC_DIR
56 #undef ETC_DIR
57
58 /* define, where the config should go in unix style */
59 #undef HAVE_RUN_DIR
60 #undef RUN_DIR
61
62
63 #undef EGD_POOL