]> git.sur5r.net Git - openldap/blob - include/portable.h.in
ec0db54b4d9d35dbe242c2068940b56f98d1f7d6
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3 Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA
4 All rights reserved.
5
6 Redistribution and use in source and binary forms are permitted only
7 as authorized by the OpenLDAP Public License.  A copy of this
8 license is available at http://www.OpenLDAP.org/license.html or
9 in file LICENSE in the top-level directory of the distribution.
10
11 This work is derived from the University of Michigan LDAP v3.3
12 distribution.  Information concerning is available at
13     http://www.umich.edu/~dirsvcs/ldap/ldap.html.
14
15 This work also contains materials derived from public sources.
16
17 ---
18
19 Portions Copyright (c) 1992-1996 Regents of the University of Michigan.
20 All rights reserved.
21
22 Redistribution and use in source and binary forms are permitted
23 provided that this notice is preserved and that due credit is given
24 to the University of Michigan at Ann Arbor. The name of the University
25 may not be used to endorse or promote products derived from this 
26 software without specific prior written permission. This software
27 is provided ``as is'' without express or implied warranty.
28  
29 */
30
31 #ifndef _LDAP_PORTABLE_H
32 #define _LDAP_PORTABLE_H
33
34
35 /* Define if on AIX 3.
36    System headers sometimes define this.
37    We just want to avoid a redefinition error message.  */
38 #ifndef _ALL_SOURCE
39 #undef _ALL_SOURCE
40 #endif
41
42 /* Define to empty if the keyword does not work.  */
43 #undef const
44
45 /* Define to the type of elements in the array set by `getgroups'.
46    Usually this is either `int' or `gid_t'.  */
47 #undef GETGROUPS_T
48
49 /* Define to `int' if <sys/types.h> doesn't define.  */
50 #undef gid_t
51
52 /* Define if you don't have vprintf but do have _doprnt.  */
53 #undef HAVE_DOPRNT
54
55 /* Define if your struct stat has st_blksize.  */
56 #undef HAVE_ST_BLKSIZE
57
58 /* Define if you have the strftime function.  */
59 #undef HAVE_STRFTIME
60
61 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
62 #undef HAVE_SYS_WAIT_H
63
64 /* Define if you have the vprintf function.  */
65 #undef HAVE_VPRINTF
66
67 /* Define if you have the wait3 system call.  */
68 #undef HAVE_WAIT3
69
70 /* Define if on MINIX.  */
71 #undef _MINIX
72
73 /* Define to `int' if <sys/types.h> doesn't define.  */
74 #undef mode_t
75
76 /* Define to `long' if <sys/types.h> doesn't define.  */
77 #undef off_t
78
79 /* Define to `int' if <sys/types.h> doesn't define.  */
80 #undef pid_t
81
82 /* Define if the system does not provide POSIX.1 features except
83    with this defined.  */
84 #undef _POSIX_1_SOURCE
85
86 /* Define if you need to in order for stat and other things to work.  */
87 #undef _POSIX_SOURCE
88
89 /* Define as the return type of signal handlers (int or void).  */
90 #undef RETSIGTYPE
91
92 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
93 #undef size_t
94
95 /* Define if you have the ANSI C header files.  */
96 #undef STDC_HEADERS
97
98 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
99 #undef TIME_WITH_SYS_TIME
100
101 /* Define if your <sys/time.h> declares struct tm.  */
102 #undef TM_IN_SYS_TIME
103
104 /* Define to `int' if <sys/types.h> doesn't define.  */
105 #undef uid_t
106
107 /* define this if toupper() requires tolower() check */
108 #undef C_UPPER_LOWER
109
110 /* define this if sys_errlist is not defined in stdio.h or errno.h */
111 #undef DECL_SYS_ERRLIST
112
113 /* define if you have berkeley db */
114 #undef HAVE_BERKELEY_DB
115
116 /* define if you have berkeley db2 */
117 #undef HAVE_BERKELEY_DB2
118
119 /* define if you have crypt */
120 #undef HAVE_CRYPT
121
122 /* define if you have DCE */
123 #undef HAVE_DCE
124
125 /* define if you have GDBM */
126 #undef HAVE_GDBM
127
128 /* define if you have Kerberos */
129 #undef HAVE_KERBEROS
130
131 /* define if you have LinuxThreads */
132 #undef HAVE_LINUX_THREADS
133
134 /* define if you have Sun LWP (SunOS style) */
135 #undef HAVE_LWP
136
137 /* define if you have -lncurses */
138 #undef HAVE_NCURSES
139
140 /* define if you have NDBM */
141 #undef HAVE_NDBM
142
143 /* define if you have a preemptive POSIX Threads implementation */
144 #undef HAVE_PREEMPTIVE_PTHREADS
145
146 /* define if you have POSIX Threads */
147 #undef HAVE_PTHREADS
148
149 /* define if your POSIX Threads implementation is circa Final Draft */
150 #undef HAVE_PTHREADS_FINAL
151
152 /* define if your POSIX Threads implementation is circa Draft 4 */
153 #undef HAVE_PTHREADS_D4
154
155 /* define if you have -lwrap */
156 #undef HAVE_TCPD
157
158 /* define if you have -ltermcap */
159 #undef HAVE_TERMCAP
160
161 /* define if you have Sun LWP (Solaris style) */
162 #undef HAVE_THR
163
164 /* define this for connectionless LDAP support */
165 #undef LDAP_CONNECTIONLESS
166
167 /* define this to add debugging code */
168 #undef LDAP_DEBUG
169
170 /* define this for LDAP DNS support */
171 #undef LDAP_DNS
172
173 /* define this to remove -lldap cache support */
174 #undef LDAP_NOCACHE
175
176 /* define this for LDAP referrals support */
177 #undef LDAP_REFERRALS
178
179 /* define this for LDAP User Interface support */
180 #undef LDAP_LIBUI
181
182 /* define this to use DBBTREE w/ LDBM backend */
183 #undef LDBM_USE_DBBTREE
184
185 /* define this to use DBHASH w/ LDBM backend */
186 #undef LDBM_USE_DBHASH
187
188 /* define this if you want no termcap support */
189 #undef NO_TERMCAP
190
191 /* define this if you want no thread support */
192 #undef NO_THREADS
193
194 /* define this if the thread package is preemptive */
195 #undef PREEMPTIVE_THREADS
196
197 /* define this for ACL Group support */
198 #undef SLAPD_ACLGROUPS
199
200 /* define this for crypt(3) password support */
201 #undef SLAPD_CRYPT
202
203 /* define this to use SLAPD LDBM backend */
204 #undef SLAPD_LDBM
205
206 /* define this for MD5 password support */
207 #undef SLAPD_MD5
208
209 /* define this to use SLAPD passwd backend */
210 #undef SLAPD_PASSWD
211
212 /* define this for phonetic support */
213 #undef SLAPD_PHONETIC
214
215 /* define this for Reverse Lookup support */
216 #undef SLAPD_RLOOKUPS
217
218 /* define this for SHA1 password support */
219 #undef SLAPD_SHA1
220
221 /* define this to use SLAPD shell backend */
222 #undef SLAPD_SHELL
223
224 /* Define if you have the bcopy function.  */
225 #undef HAVE_BCOPY
226
227 /* Define if you have the flock function.  */
228 #undef HAVE_FLOCK
229
230 /* Define if you have the getdtablesize function.  */
231 #undef HAVE_GETDTABLESIZE
232
233 /* Define if you have the gethostname function.  */
234 #undef HAVE_GETHOSTNAME
235
236 /* Define if you have the getopt function.  */
237 #undef HAVE_GETOPT
238
239 /* Define if you have the gettimeofday function.  */
240 #undef HAVE_GETTIMEOFDAY
241
242 /* Define if you have the lockf function.  */
243 #undef HAVE_LOCKF
244
245 /* Define if you have the memcpy function.  */
246 #undef HAVE_MEMCPY
247
248 /* Define if you have the memmove function.  */
249 #undef HAVE_MEMMOVE
250
251 /* Define if you have the mkstemp function.  */
252 #undef HAVE_MKSTEMP
253
254 /* Define if you have the mktime function.  */
255 #undef HAVE_MKTIME
256
257 /* Define if you have the pthread_kill function.  */
258 #undef HAVE_PTHREAD_KILL
259
260 /* Define if you have the pthread_yield function.  */
261 #undef HAVE_PTHREAD_YIELD
262
263 /* Define if you have the sched_yield function.  */
264 #undef HAVE_SCHED_YIELD
265
266 /* Define if you have the select function.  */
267 #undef HAVE_SELECT
268
269 /* Define if you have the setpwfile function.  */
270 #undef HAVE_SETPWFILE
271
272 /* Define if you have the setsid function.  */
273 #undef HAVE_SETSID
274
275 /* Define if you have the signal function.  */
276 #undef HAVE_SIGNAL
277
278 /* Define if you have the sigset function.  */
279 #undef HAVE_SIGSET
280
281 /* Define if you have the socket function.  */
282 #undef HAVE_SOCKET
283
284 /* Define if you have the strdup function.  */
285 #undef HAVE_STRDUP
286
287 /* Define if you have the strerror function.  */
288 #undef HAVE_STRERROR
289
290 /* Define if you have the strrchr function.  */
291 #undef HAVE_STRRCHR
292
293 /* Define if you have the strsep function.  */
294 #undef HAVE_STRSEP
295
296 /* Define if you have the strstr function.  */
297 #undef HAVE_STRSTR
298
299 /* Define if you have the strtod function.  */
300 #undef HAVE_STRTOD
301
302 /* Define if you have the strtol function.  */
303 #undef HAVE_STRTOL
304
305 /* Define if you have the strtoul function.  */
306 #undef HAVE_STRTOUL
307
308 /* Define if you have the sysconf function.  */
309 #undef HAVE_SYSCONF
310
311 /* Define if you have the tempnam function.  */
312 #undef HAVE_TEMPNAM
313
314 /* Define if you have the waitpid function.  */
315 #undef HAVE_WAITPID
316
317 /* Define if you have the <db.h> header file.  */
318 #undef HAVE_DB_H
319
320 /* Define if you have the <db_185.h> header file.  */
321 #undef HAVE_DB_185_H
322
323 /* Define if you have the <des.h> header file.  */
324 #undef HAVE_DES_H
325
326 /* Define if you have the <dirent.h> header file.  */
327 #undef HAVE_DIRENT_H
328
329 /* Define if you have the <errno.h> header file.  */
330 #undef HAVE_ERRNO_H
331
332 /* Define if you have the <fcntl.h> header file.  */
333 #undef HAVE_FCNTL_H
334
335 /* Define if you have the <filio.h> header file.  */
336 #undef HAVE_FILIO_H
337
338 /* Define if you have the <gdbm.h> header file.  */
339 #undef HAVE_GDBM_H
340
341 /* Define if you have the <getopt.h> header file.  */
342 #undef HAVE_GETOPT_H
343
344 /* Define if you have the <kerberosIV/des.h> header file.  */
345 #undef HAVE_KERBEROSIV_DES_H
346
347 /* Define if you have the <kerberosIV/krb.h> header file.  */
348 #undef HAVE_KERBEROSIV_KRB_H
349
350 /* Define if you have the <krb.h> header file.  */
351 #undef HAVE_KRB_H
352
353 /* Define if you have the <limits.h> header file.  */
354 #undef HAVE_LIMITS_H
355
356 /* Define if you have the <lwp/lwp.h> header file.  */
357 #undef HAVE_LWP_LWP_H
358
359 /* Define if you have the <mach/cthreads.h> header file.  */
360 #undef HAVE_MACH_CTHREADS_H
361
362 /* Define if you have the <malloc.h> header file.  */
363 #undef HAVE_MALLOC_H
364
365 /* Define if you have the <ncurses.h> header file.  */
366 #undef HAVE_NCURSES_H
367
368 /* Define if you have the <ndbm.h> header file.  */
369 #undef HAVE_NDBM_H
370
371 /* Define if you have the <ndir.h> header file.  */
372 #undef HAVE_NDIR_H
373
374 /* Define if you have the <pthread.h> header file.  */
375 #undef HAVE_PTHREAD_H
376
377 /* Define if you have the <regex.h> header file.  */
378 #undef HAVE_REGEX_H
379
380 /* Define if you have the <sched.h> header file.  */
381 #undef HAVE_SCHED_H
382
383 /* Define if you have the <sgtty.h> header file.  */
384 #undef HAVE_SGTTY_H
385
386 /* Define if you have the <stddef.h> header file.  */
387 #undef HAVE_STDDEF_H
388
389 /* Define if you have the <synch.h> header file.  */
390 #undef HAVE_SYNCH_H
391
392 /* Define if you have the <sys/dir.h> header file.  */
393 #undef HAVE_SYS_DIR_H
394
395 /* Define if you have the <sys/errno.h> header file.  */
396 #undef HAVE_SYS_ERRNO_H
397
398 /* Define if you have the <sys/file.h> header file.  */
399 #undef HAVE_SYS_FILE_H
400
401 /* Define if you have the <sys/ioctl.h> header file.  */
402 #undef HAVE_SYS_IOCTL_H
403
404 /* Define if you have the <sys/ndir.h> header file.  */
405 #undef HAVE_SYS_NDIR_H
406
407 /* Define if you have the <sys/param.h> header file.  */
408 #undef HAVE_SYS_PARAM_H
409
410 /* Define if you have the <sys/socket.h> header file.  */
411 #undef HAVE_SYS_SOCKET_H
412
413 /* Define if you have the <sys/syslog.h> header file.  */
414 #undef HAVE_SYS_SYSLOG_H
415
416 /* Define if you have the <sys/time.h> header file.  */
417 #undef HAVE_SYS_TIME_H
418
419 /* Define if you have the <sys/types.h> header file.  */
420 #undef HAVE_SYS_TYPES_H
421
422 /* Define if you have the <syslog.h> header file.  */
423 #undef HAVE_SYSLOG_H
424
425 /* Define if you have the <termcap.h> header file.  */
426 #undef HAVE_TERMCAP_H
427
428 /* Define if you have the <termios.h> header file.  */
429 #undef HAVE_TERMIOS_H
430
431 /* Define if you have the <thread.h> header file.  */
432 #undef HAVE_THREAD_H
433
434 /* Define if you have the <unistd.h> header file.  */
435 #undef HAVE_UNISTD_H
436
437 /* Define if you have the V3 library (-lV3).  */
438 #undef HAVE_LIBV3
439
440 /* Define if you have the gen library (-lgen).  */
441 #undef HAVE_LIBGEN
442
443 /* Define if you have the inet library (-linet).  */
444 #undef HAVE_LIBINET
445
446 /* Define if you have the net library (-lnet).  */
447 #undef HAVE_LIBNET
448
449 /* Define if you have the nsl library (-lnsl).  */
450 #undef HAVE_LIBNSL
451
452 /* Define if you have the nsl_s library (-lnsl_s).  */
453 #undef HAVE_LIBNSL_S
454
455 /* Define if you have the socket library (-lsocket).  */
456 #undef HAVE_LIBSOCKET
457
458 #ifdef HAVE_STDDEF_H
459 #       include <stddef.h>
460 #endif
461
462 #include "ldap_cdefs.h"
463
464 #endif /* _LDAP_PORTABLE_H */