]> git.sur5r.net Git - openldap/blob - acconfig.h
7c535afd245c29293f1defa2323454b1b8d12057
[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
9 /* define this if needed to get reentrant functions */
10 #undef _REENTRANT
11
12 /* define this if needed to get threadsafe functions */
13 #undef _THREAD_SAFE
14
15 /* define this if toupper() requires tolower() check */
16 #undef C_UPPER_LOWER
17
18 /* define this if sys_errlist is not defined in stdio.h or errno.h */
19 #undef DECL_SYS_ERRLIST
20
21 /* define if you have berkeley db */
22 #undef HAVE_BERKELEY_DB
23
24 /* define if you have berkeley db2 */
25 #undef HAVE_BERKELEY_DB2
26
27 /* define if you have crypt */
28 #undef HAVE_CRYPT
29
30 /* define if you have DCE */
31 #undef HAVE_DCE
32
33 /* define if you have DSAP */
34 #undef HAVE_DSAP
35
36 /* define if you have GDBM */
37 #undef HAVE_GDBM
38
39 /* define if you have ISODE */
40 #undef HAVE_ISODE
41
42 /* define if you have Kerberos */
43 #undef HAVE_KERBEROS
44
45 /* define if you have LinuxThreads */
46 #undef HAVE_LINUX_THREADS
47
48 /* define if you have Sun LWP (SunOS style) */
49 #undef HAVE_LWP
50
51 /* define if you have -lncurses */
52 #undef HAVE_NCURSES
53
54 /* define if you have NDBM */
55 #undef HAVE_NDBM
56
57 /* define if you have Mach CThreads */
58 #undef HAVE_MACH_CTHREADS
59
60 /* define if you have PP */
61 #undef HAVE_PP
62
63 /* define if you have a preemptive POSIX Threads implementation */
64 #undef HAVE_PREEMPTIVE_PTHREADS
65
66 /* define if you have POSIX Threads */
67 #undef HAVE_PTHREADS
68
69 /* define if your POSIX Threads implementation is circa Final Draft */
70 #undef HAVE_PTHREADS_FINAL
71
72 /* define if your POSIX Threads implementation is circa Draft 4 */
73 #undef HAVE_PTHREADS_D4
74
75 /* define if you have sched_yield() */
76 #ifdef __notdef__
77 /* see second sched_yield define */
78 #undef HAVE_SCHED_YIELD
79 #endif
80
81 /* define if you have setproctitle() */
82 #undef HAVE_SETPROCTITLE
83
84 /* define if you have -lwrap */
85 #undef HAVE_TCPD
86
87 /* define if you have -ltermcap */
88 #undef HAVE_TERMCAP
89
90 /* define if you have Sun LWP (Solaris style) */
91 #undef HAVE_THR
92
93 /* define if you have XTPP */
94 #undef HAVE_XTPP
95
96 /* define this for connectionless LDAP support */
97 #undef LDAP_CONNECTIONLESS
98
99 /* define this to add debugging code */
100 #undef LDAP_DEBUG
101
102 /* define this for LDAP DNS support */
103 #undef LDAP_DNS
104
105 /* define this to remove -lldap cache support */
106 #undef LDAP_NOCACHE
107
108 /* define this for LDAP process title support */
109 #undef LDAP_PROCTITLE
110
111 /* define this for LDAP User Interface support */
112 #undef LDAP_LIBUI
113
114 /* define this to use DB2 in native mode */
115 #undef LDBM_USE_DB2
116
117 /* define this to use DB2 in compat185 mode */
118 #undef LDBM_USE_DB2_COMPAT185
119
120 /* define this to use DBBTREE w/ LDBM backend */
121 #undef LDBM_USE_DBBTREE
122
123 /* define this to use DBHASH w/ LDBM backend */
124 #undef LDBM_USE_DBHASH
125
126 /* define this to use GDBM w/ LDBM backend */
127 #undef LDBM_USE_GDBM
128
129 /* define this to use NDBM w/ LDBM backend */
130 #undef LDBM_USE_NDBM
131
132 /* define this if you want no termcap support */
133 #undef NO_TERMCAP
134
135 /* define this if you want no thread support */
136 #undef NO_THREADS
137
138 /* define this if the thread package is preemptive */
139 #undef PREEMPTIVE_THREADS
140
141 /* define this for ACL Group support */
142 #undef SLAPD_ACLGROUPS
143
144 /* define this for crypt(3) password support */
145 #undef SLAPD_CRYPT
146
147 /* define this to use SLAPD LDBM backend */
148 #undef SLAPD_LDBM
149
150 /* define this for MD5 password support */
151 #undef SLAPD_MD5
152
153 /* define this to use SLAPD passwd backend */
154 #undef SLAPD_PASSWD
155
156 /* define this for phonetic support */
157 #undef SLAPD_PHONETIC
158
159 /* define this for Reverse Lookup support */
160 #undef SLAPD_RLOOKUPS
161
162 /* define this for SHA1 password support */
163 #undef SLAPD_SHA1
164
165 /* define this to use SLAPD shell backend */
166 #undef SLAPD_SHELL
167
168 /* These are defined in ldap_features.h */
169 /*
170         LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
171         LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
172 */
173
174 \f
175 /* Leave that blank line there!!  Autoheader needs it. */