* Compress VISIT records using zlib if available. This reduces the object
[citadel.git] / citadel / acconfig.h
1 /* define this to the bbs home directory */
2 #undef BBSDIR
3
4 /* define this to enable the autologin feature */
5 #undef ENABLE_AUTOLOGIN
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