]> code.citadel.org Git - citadel.git/blob - citadel/acconfig.h
28776f0a88175f6c0e2c16e3c218687cb0d8b759
[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 #undef HAVE_STATICDATA_DIR
66 #undef STATICDATA_DIR
67
68 #undef HAVE_UTILBIN_DIR
69 #undef UTILBIN_DIR
70
71 #undef EGD_POOL 
72
73 /* check for the solaris style getpwuid_r */
74 #undef SOLARIS_GETPWUID
75
76 /* we want our format strings to be acurate. */
77 #undef F_UID_T
78
79 /* we want our format strings to be acurate. */
80 #undef F_PID_T
81
82 /* we want our format strings to be acurate. */
83 #undef F_XPID_T