63401969f5e3140b97f0f7808109c72db1f60b52
[citadel.git] / citadel / acconfig.h
1 /* define this to the Citadel home directory */
2 #undef CTDLDIR
3
4 /* define this to disable use of curses */
5 #undef DISABLE_CURSES
6
7 /* define this to enable use of the chkpwd program (for shadow passwords) */
8 #undef ENABLE_CHKPWD
9
10 /* define this if struct utmp has an ut_type member */
11 #undef HAVE_UT_TYPE
12
13 /* define this if struct utmp has an ut_host member */
14 #undef HAVE_UT_HOST
15
16 /* define this if the OS has broken non-reentrant gethostby{name,addr}() */
17 #undef HAVE_NONREENTRANT_NETDB
18
19 /* define this if you have the pthread_cancel() function */
20 #undef HAVE_PTHREAD_CANCEL
21
22 /* define this if you want to enable the multithreaded client */
23 #undef THREADED_CLIENT
24
25 /* Define if you have OpenSSL. */
26 #undef HAVE_OPENSSL
27
28 /* define this if you have zlib compression available */
29 #undef HAVE_ZLIB
30
31 /* define this if you have OpenLDAP client available */
32 #undef HAVE_LDAP
33
34 /* define this if you have the libical calendaring library available */
35 #undef HAVE_LIBICAL
36
37 /* define this if you have the libsieve mailbox filtering library available */
38 #undef HAVE_LIBSIEVE
39
40 /* define if using OS X/Darwin */
41 #undef HAVE_DARWIN
42
43 /* define this if you have the newt window library available */
44 #undef HAVE_NEWT
45
46 /* define this if you have the resolv.h header file. */
47 #undef HAVE_RESOLV_H
48
49 /* define, if the user suplied a data-directory to use. */
50 #undef HAVE_DATA_DIR
51 #undef DATA_DIR
52
53 /* define, if the user suplied a spool-directory to use. */
54 #undef HAVE_SPOOL_DIR
55 #undef SPOOL_DIR
56
57 /* define, where the config should go in unix style */
58 #undef HAVE_ETC_DIR
59 #undef ETC_DIR
60
61 /* define, where the config should go in unix style */
62 #undef HAVE_RUN_DIR
63 #undef RUN_DIR
64
65
66 #undef EGD_POOL 
67
68
69 /* check for the bsd style getpwuid_r */
70 #undef BSD_GETPWUID