]> git.sur5r.net Git - openldap/blob - acconfig.h
Wrap strtok use with mutex.
[openldap] / acconfig.h
1 /* acconfig.h
2   Copyright 1998 The OpenLDAP Foundation,  All Rights Reserved.
3   COPYING RESTRICTIONS APPLY, See COPYRIGHT file
4
5    Descriptive text for the C preprocessor macros that
6    the distributed Autoconf macros can define.
7
8    Leave the following blank line there!!  Autoheader needs it.  */
9 \f
10
11
12 /* define this if needed to get reentrant functions */
13 #undef REENTRANT
14 #undef _REENTRANT
15
16 /* define this if needed to get threadsafe functions */
17 #undef THREADSAFE
18 #undef _THREADSAFE
19 #undef THREAD_SAFE
20 #undef _THREAD_SAFE
21
22 /* define this if cross compiling */
23 #undef CROSS_COMPILING
24
25 /* define this if toupper() requires tolower() check */
26 #undef C_UPPER_LOWER
27
28 /* define this if sys_errlist is not defined in stdio.h or errno.h */
29 #undef DECL_SYS_ERRLIST
30
31 /* define this if TIOCGWINSZ is defined in sys/ioctl.h */
32 #undef GWINSZ_IN_SYS_IOCTL
33
34 /* define if you have berkeley db */
35 #undef HAVE_BERKELEY_DB
36
37 /* define if you have berkeley db2 */
38 #undef HAVE_BERKELEY_DB2
39
40 /* define if you have crypt */
41 #undef HAVE_CRYPT
42
43 /* define if you have DSAP */
44 #undef HAVE_DSAP
45
46 /* define if you have GDBM */
47 #undef HAVE_GDBM
48
49 /* define if you have ISODE */
50 #undef HAVE_ISODE
51
52 /* define if you have Kerberos */
53 #undef HAVE_KERBEROS
54
55 /* define if you have LinuxThreads */
56 #undef HAVE_LINUX_THREADS
57
58 /* define if you have Sun LWP (SunOS style) */
59 #undef HAVE_LWP
60
61 /* define if you have -lncurses */
62 #undef HAVE_NCURSES
63
64 /* define if you have NDBM */
65 #undef HAVE_NDBM
66
67 /* define if you have Mach CThreads */
68 #undef HAVE_MACH_CTHREADS
69
70 /* define if you have POSIX termios */
71 #undef HAVE_POSIX_TERMIOS
72
73 /* define if you have PP */
74 #undef HAVE_PP
75
76 /* define if you have POSIX Threads */
77 #undef HAVE_PTHREADS
78
79 /* define if your POSIX Threads implementation is circa Final Draft */
80 #undef HAVE_PTHREADS_FINAL
81
82 /* define if your POSIX Threads implementation is circa Draft 4 */
83 #undef HAVE_PTHREADS_D4
84
85 /* define if you have ptrdiff_t */
86 #undef HAVE_PTRDIFF_T
87
88 /* define if you have sched_yield() */
89 #ifdef __notdef__
90 /* see second sched_yield define */
91 #undef HAVE_SCHED_YIELD
92 #endif
93
94 /* define if you have setproctitle() */
95 #undef HAVE_SETPROCTITLE
96
97 /* define if you have -lwrap */
98 #undef HAVE_TCPD
99
100 /* define if you have -ltermcap */
101 #undef HAVE_TERMCAP
102
103 /* define if you have Sun LWP (Solaris style) */
104 #undef HAVE_THR
105
106 /* define if you have XTPP */
107 #undef HAVE_XTPP
108
109 /* define this if select() implicitly yields in thread environments */
110 #undef HAVE_YIELDING_SELECT
111
112 /* define this for connectionless LDAP support */
113 #undef LDAP_CONNECTIONLESS
114
115 /* define this to add debugging code */
116 #undef LDAP_DEBUG
117
118 /* define this for LDAP DNS support */
119 #undef LDAP_DNS
120
121 /* define this to remove -lldap cache support */
122 #undef LDAP_NOCACHE
123
124 /* define this for LDAP process title support */
125 #undef LDAP_PROCTITLE
126
127 /* define this for LDAP User Interface support */
128 #undef LDAP_LIBUI
129
130 /* define this to add syslog code */
131 #undef LDAP_SYSLOG
132
133 /* define this to use DB2 in native mode */
134 #undef LDBM_USE_DB2
135
136 /* define this to use DB2 in compat185 mode */
137 #undef LDBM_USE_DB2_COMPAT185
138
139 /* define this to use DBBTREE w/ LDBM backend */
140 #undef LDBM_USE_DBBTREE
141
142 /* define this to use DBHASH w/ LDBM backend */
143 #undef LDBM_USE_DBHASH
144
145 /* define this to use GDBM w/ LDBM backend */
146 #undef LDBM_USE_GDBM
147
148 /* define this to use NDBM w/ LDBM backend */
149 #undef LDBM_USE_NDBM
150
151 /* define this if you want no termcap support */
152 #undef NO_TERMCAP
153
154 /* define this if you want no thread support */
155 #undef NO_THREADS
156
157 /* define this for ACL Group support */
158 #undef SLAPD_ACLGROUPS
159
160 /* define this for ClearText password support */
161 #undef SLAPD_CLEARTEXT
162
163 /* define this for crypt(3) password support */
164 #undef SLAPD_CRYPT
165
166 /* define this to use SLAPD LDBM backend */
167 #undef SLAPD_LDBM
168
169 /* define this to use SLAPD passwd backend */
170 #undef SLAPD_PASSWD
171
172 /* define this for phonetic support */
173 #undef SLAPD_PHONETIC
174
175 /* define this for Reverse Lookup support */
176 #undef SLAPD_RLOOKUPS
177
178 /* define this to use SLAPD shell backend */
179 #undef SLAPD_SHELL
180
181 /* define this to be empty if your compiler doesn't support volatile */
182 #undef volatile
183
184 /* define this if sig_atomic_t isn't defined in signal.h */
185 #undef sig_atomic_t
186
187 /* These are defined in ldap_features.h */
188 /*
189         LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
190         LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
191         LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
192         LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
193 */
194
195 \f
196 /* Leave that blank line there!!  Autoheader needs it. */