]> git.sur5r.net Git - openldap/blob - include/portable.h.in
Clean up sh commands in Makefiles (incorrect use of ';').
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * Copyright (c) 1994 Regents of the University of Michigan.
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted
7  * provided that this notice is preserved and that due credit is given
8  * to the University of Michigan at Ann Arbor. The name of the University
9  * may not be used to endorse or promote products derived from this
10  * software without specific prior written permission. This software
11  * is provided ``as is'' without express or implied warranty.
12  */
13
14 #ifndef _LDAP_PORTABLE_H
15 #define _LDAP_PORTABLE_H
16
17
18 /* Define if on AIX 3.
19    System headers sometimes define this.
20    We just want to avoid a redefinition error message.  */
21 #ifndef _ALL_SOURCE
22 #undef _ALL_SOURCE
23 #endif
24
25 /* Define to empty if the keyword does not work.  */
26 #undef const
27
28 /* Define to the type of elements in the array set by `getgroups'.
29    Usually this is either `int' or `gid_t'.  */
30 #undef GETGROUPS_T
31
32 /* Define to `int' if <sys/types.h> doesn't define.  */
33 #undef gid_t
34
35 /* Define if you don't have vprintf but do have _doprnt.  */
36 #undef HAVE_DOPRNT
37
38 /* Define if your struct stat has st_blksize.  */
39 #undef HAVE_ST_BLKSIZE
40
41 /* Define if you have the strftime function.  */
42 #undef HAVE_STRFTIME
43
44 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
45 #undef HAVE_SYS_WAIT_H
46
47 /* Define if you have the vprintf function.  */
48 #undef HAVE_VPRINTF
49
50 /* Define if you have the wait3 system call.  */
51 #undef HAVE_WAIT3
52
53 /* Define if on MINIX.  */
54 #undef _MINIX
55
56 /* Define to `int' if <sys/types.h> doesn't define.  */
57 #undef mode_t
58
59 /* Define to `long' if <sys/types.h> doesn't define.  */
60 #undef off_t
61
62 /* Define to `int' if <sys/types.h> doesn't define.  */
63 #undef pid_t
64
65 /* Define if the system does not provide POSIX.1 features except
66    with this defined.  */
67 #undef _POSIX_1_SOURCE
68
69 /* Define if you need to in order for stat and other things to work.  */
70 #undef _POSIX_SOURCE
71
72 /* Define as the return type of signal handlers (int or void).  */
73 #undef RETSIGTYPE
74
75 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
76 #undef size_t
77
78 /* Define if you have the ANSI C header files.  */
79 #undef STDC_HEADERS
80
81 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
82 #undef TIME_WITH_SYS_TIME
83
84 /* Define if your <sys/time.h> declares struct tm.  */
85 #undef TM_IN_SYS_TIME
86
87 /* Define to `int' if <sys/types.h> doesn't define.  */
88 #undef uid_t
89
90 /* define this if sys_errlist is not defined in stdio.h or errno.h */
91 #undef DECL_SYS_ERRLIST
92
93 /* define if you have berkeley db */
94 #undef HAVE_BERKELEY_DB2
95
96 /* define if you have berkeley db2 */
97 #undef HAVE_BERKELEY_DB2
98
99 /* define if you have Mach CThreads */
100 #undef HAVE_CTHREADS
101
102 /* define if you have DCE */
103 #undef HAVE_DCE
104
105 /* define if you have GDBM */
106 #undef HAVE_GDBM
107
108 /* define if you have Kerberos */
109 #undef HAVE_KERBEROS
110
111 /* define if you have LinuxThreads */
112 #undef HAVE_LINUX_THREADS
113
114 /* define if you have Sun LWP (SunOS style) */
115 #undef HAVE_LWP
116
117 /* define if you have Sun LWP (Solaris style) */
118 #undef HAVE_LWP_THR
119
120 /* define if you have NDBM */
121 #undef HAVE_NDBM
122
123 /* define if you have a preemptive POSIX Threads implementation */
124 #undef HAVE_PREEMPTIVE_PTHREADS
125
126 /* define if you have POSIX Threads */
127 #undef HAVE_PTHREADS
128
129 /* define if your POSIX Threads implementatin is circa Draft 4 */
130 #undef HAVE_PTHREADS_D4
131
132 /* define this for ACL Group support */
133 #undef SLAPD_ACLGROUPS
134
135 /* define this for Reverse Lookup support */
136 #undef SLAPD_RLOOKUPS
137
138 /* define this for phonetic support */
139 #undef SLAPD_PHONETIC
140
141 /* Define if you have the bcopy function.  */
142 #undef HAVE_BCOPY
143
144 /* Define if you have the flock function.  */
145 #undef HAVE_FLOCK
146
147 /* Define if you have the getdtablesize function.  */
148 #undef HAVE_GETDTABLESIZE
149
150 /* Define if you have the gethostname function.  */
151 #undef HAVE_GETHOSTNAME
152
153 /* Define if you have the gettimeofday function.  */
154 #undef HAVE_GETTIMEOFDAY
155
156 /* Define if you have the lockf function.  */
157 #undef HAVE_LOCKF
158
159 /* Define if you have the memcpy function.  */
160 #undef HAVE_MEMCPY
161
162 /* Define if you have the memmove function.  */
163 #undef HAVE_MEMMOVE
164
165 /* Define if you have the mktime function.  */
166 #undef HAVE_MKTIME
167
168 /* Define if you have the pthread_kill function.  */
169 #undef HAVE_PTHREAD_KILL
170
171 /* Define if you have the pthread_yield function.  */
172 #undef HAVE_PTHREAD_YIELD
173
174 /* Define if you have the sched_yield function.  */
175 #undef HAVE_SCHED_YIELD
176
177 /* Define if you have the select function.  */
178 #undef HAVE_SELECT
179
180 /* Define if you have the setpwfile function.  */
181 #undef HAVE_SETPWFILE
182
183 /* Define if you have the setsid function.  */
184 #undef HAVE_SETSID
185
186 /* Define if you have the signal function.  */
187 #undef HAVE_SIGNAL
188
189 /* Define if you have the sigset function.  */
190 #undef HAVE_SIGSET
191
192 /* Define if you have the socket function.  */
193 #undef HAVE_SOCKET
194
195 /* Define if you have the strdup function.  */
196 #undef HAVE_STRDUP
197
198 /* Define if you have the strerror function.  */
199 #undef HAVE_STRERROR
200
201 /* Define if you have the strrchr function.  */
202 #undef HAVE_STRRCHR
203
204 /* Define if you have the strsep function.  */
205 #undef HAVE_STRSEP
206
207 /* Define if you have the strstr function.  */
208 #undef HAVE_STRSTR
209
210 /* Define if you have the strtod function.  */
211 #undef HAVE_STRTOD
212
213 /* Define if you have the strtol function.  */
214 #undef HAVE_STRTOL
215
216 /* Define if you have the strtoul function.  */
217 #undef HAVE_STRTOUL
218
219 /* Define if you have the sysconf function.  */
220 #undef HAVE_SYSCONF
221
222 /* Define if you have the <db.h> header file.  */
223 #undef HAVE_DB_H
224
225 /* Define if you have the <db_185.h> header file.  */
226 #undef HAVE_DB_185_H
227
228 /* Define if you have the <des.h> header file.  */
229 #undef HAVE_DES_H
230
231 /* Define if you have the <dirent.h> header file.  */
232 #undef HAVE_DIRENT_H
233
234 /* Define if you have the <fcntl.h> header file.  */
235 #undef HAVE_FCNTL_H
236
237 /* Define if you have the <filio.h> header file.  */
238 #undef HAVE_FILIO_H
239
240 /* Define if you have the <gdbm.h> header file.  */
241 #undef HAVE_GDBM_H
242
243 /* Define if you have the <kerberosIV/des.h> header file.  */
244 #undef HAVE_KERBEROSIV_DES_H
245
246 /* Define if you have the <kerberosIV/krb.h> header file.  */
247 #undef HAVE_KERBEROSIV_KRB_H
248
249 /* Define if you have the <krb.h> header file.  */
250 #undef HAVE_KRB_H
251
252 /* Define if you have the <limits.h> header file.  */
253 #undef HAVE_LIMITS_H
254
255 /* Define if you have the <lwp/lwp.h> header file.  */
256 #undef HAVE_LWP_LWP_H
257
258 /* Define if you have the <mach/cthreads.h> header file.  */
259 #undef HAVE_MACH_CTHREADS_H
260
261 /* Define if you have the <malloc.h> header file.  */
262 #undef HAVE_MALLOC_H
263
264 /* Define if you have the <ncurses.h> header file.  */
265 #undef HAVE_NCURSES_H
266
267 /* Define if you have the <ndbm.h> header file.  */
268 #undef HAVE_NDBM_H
269
270 /* Define if you have the <ndir.h> header file.  */
271 #undef HAVE_NDIR_H
272
273 /* Define if you have the <pthread.h> header file.  */
274 #undef HAVE_PTHREAD_H
275
276 /* Define if you have the <sched.h> header file.  */
277 #undef HAVE_SCHED_H
278
279 /* Define if you have the <sgtty.h> header file.  */
280 #undef HAVE_SGTTY_H
281
282 /* Define if you have the <stddef.h> header file.  */
283 #undef HAVE_STDDEF_H
284
285 /* Define if you have the <synch.h> header file.  */
286 #undef HAVE_SYNCH_H
287
288 /* Define if you have the <sys/dir.h> header file.  */
289 #undef HAVE_SYS_DIR_H
290
291 /* Define if you have the <sys/file.h> header file.  */
292 #undef HAVE_SYS_FILE_H
293
294 /* Define if you have the <sys/ioctl.h> header file.  */
295 #undef HAVE_SYS_IOCTL_H
296
297 /* Define if you have the <sys/ndir.h> header file.  */
298 #undef HAVE_SYS_NDIR_H
299
300 /* Define if you have the <sys/time.h> header file.  */
301 #undef HAVE_SYS_TIME_H
302
303 /* Define if you have the <syslog.h> header file.  */
304 #undef HAVE_SYSLOG_H
305
306 /* Define if you have the <termcap.h> header file.  */
307 #undef HAVE_TERMCAP_H
308
309 /* Define if you have the <termio.h> header file.  */
310 #undef HAVE_TERMIO_H
311
312 /* Define if you have the <thread.h> header file.  */
313 #undef HAVE_THREAD_H
314
315 /* Define if you have the <unistd.h> header file.  */
316 #undef HAVE_UNISTD_H
317
318 /* Define if you have the V3 library (-lV3).  */
319 #undef HAVE_LIBV3
320
321 /* Define if you have the gen library (-lgen).  */
322 #undef HAVE_LIBGEN
323
324 /* Define if you have the inet library (-linet).  */
325 #undef HAVE_LIBINET
326
327 /* Define if you have the net library (-lnet).  */
328 #undef HAVE_LIBNET
329
330 /* Define if you have the nsl library (-lnsl).  */
331 #undef HAVE_LIBNSL
332
333 /* Define if you have the nsl_s library (-lnsl_s).  */
334 #undef HAVE_LIBNSL_S
335
336 /* Define if you have the socket library (-lsocket).  */
337 #undef HAVE_LIBSOCKET
338
339 #ifdef HAVE_STDDEF_H
340 #       include <stddef.h>
341 #endif
342
343 #include "bridge.h"
344 #include "ldap_cdefs.h"
345
346 #endif /* _LDAP_PORTABLE_H */