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