]> git.sur5r.net Git - openldap/blob - acconfig.h
73a9fb430c76c8f4a4cb3e7930d8caa6f8074648
[openldap] / acconfig.h
1 /* acconfig.h
2    Descriptive text for the C preprocessor macros that
3    the distributed Autoconf macros can define.
4
5    Leave the following blank line there!!  Autoheader needs it.  */
6 \f
7
8 /* define this if toupper() requires tolower() check */
9 #undef C_UPPER_LOWER
10
11 /* define this if sys_errlist is not defined in stdio.h or errno.h */
12 #undef DECL_SYS_ERRLIST
13
14 /* define if you have berkeley db */
15 #undef HAVE_BERKELEY_DB
16
17 /* define if you have berkeley db2 */
18 #undef HAVE_BERKELEY_DB2
19
20 /* define if you have crypt */
21 #undef HAVE_CRYPT
22
23 /* define if you have DCE */
24 #undef HAVE_DCE
25
26 /* define if you have GDBM */
27 #undef HAVE_GDBM
28
29 /* define if you have Kerberos */
30 #undef HAVE_KERBEROS
31
32 /* define if you have LinuxThreads */
33 #undef HAVE_LINUX_THREADS
34
35 /* define if you have Sun LWP (SunOS style) */
36 #undef HAVE_LWP
37
38 /* define if you have -lncurses */
39 #undef HAVE_NCURSES
40
41 /* define if you have NDBM */
42 #undef HAVE_NDBM
43
44 /* define if you have Mach CThreads */
45 #undef HAVE_MACH_CTHREADS
46
47 /* define if you have a preemptive POSIX Threads implementation */
48 #undef HAVE_PREEMPTIVE_PTHREADS
49
50 /* define if you have POSIX Threads */
51 #undef HAVE_PTHREADS
52
53 /* define if your POSIX Threads implementation is circa Final Draft */
54 #undef HAVE_PTHREADS_FINAL
55
56 /* define if your POSIX Threads implementation is circa Draft 4 */
57 #undef HAVE_PTHREADS_D4
58
59 /* define if you have -lwrap */
60 #undef HAVE_TCPD
61
62 /* define if you have -ltermcap */
63 #undef HAVE_TERMCAP
64
65 /* define if you have Sun LWP (Solaris style) */
66 #undef HAVE_THR
67
68 /* define this for connectionless LDAP support */
69 #undef LDAP_CONNECTIONLESS
70
71 /* define this to add debugging code */
72 #undef LDAP_DEBUG
73
74 /* define this for LDAP DNS support */
75 #undef LDAP_DNS
76
77 /* define this to remove -lldap cache support */
78 #undef LDAP_NOCACHE
79
80 /* define this for LDAP referrals support */
81 #undef LDAP_REFERRALS
82
83 /* define this for LDAP User Interface support */
84 #undef LDAP_LIBUI
85
86 /* define this to use DB2 in native mode */
87 #undef LDBM_USE_DB2
88
89 /* define this to use DB2 in compat185 mode */
90 #undef LDBM_USE_DB2_COMPAT185
91
92 /* define this to use DBBTREE w/ LDBM backend */
93 #undef LDBM_USE_DBBTREE
94
95 /* define this to use DBHASH w/ LDBM backend */
96 #undef LDBM_USE_DBHASH
97
98 /* define this to use GDBM w/ LDBM backend */
99 #undef LDBM_USE_GDBM
100
101 /* define this to use NDBM w/ LDBM backend */
102 #undef LDBM_USE_NDBM
103
104 /* define this if you want no termcap support */
105 #undef NO_TERMCAP
106
107 /* define this if you want no thread support */
108 #undef NO_THREADS
109
110 /* define this if the thread package is preemptive */
111 #undef PREEMPTIVE_THREADS
112
113 /* define this for ACL Group support */
114 #undef SLAPD_ACLGROUPS
115
116 /* define this for crypt(3) password support */
117 #undef SLAPD_CRYPT
118
119 /* define this to use SLAPD LDBM backend */
120 #undef SLAPD_LDBM
121
122 /* define this for MD5 password support */
123 #undef SLAPD_MD5
124
125 /* define this to use SLAPD passwd backend */
126 #undef SLAPD_PASSWD
127
128 /* define this for phonetic support */
129 #undef SLAPD_PHONETIC
130
131 /* define this for Reverse Lookup support */
132 #undef SLAPD_RLOOKUPS
133
134 /* define this for SHA1 password support */
135 #undef SLAPD_SHA1
136
137 /* define this to use SLAPD shell backend */
138 #undef SLAPD_SHELL
139
140 \f
141 /* Leave that blank line there!!  Autoheader needs it. */