]> git.sur5r.net Git - openldap/blob - include/portable.h.in
d2c7f0996d8d14800056e68465150951838b4045
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* portable.h.top begin */
3 /*
4 Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA
5 All rights reserved.
6
7 Redistribution and use in source and binary forms are permitted only
8 as authorized by the OpenLDAP Public License.  A copy of this
9 license is available at http://www.OpenLDAP.org/license.html or
10 in file LICENSE in the top-level directory of the distribution.
11
12 This work is derived from the University of Michigan LDAP v3.3
13 distribution.  Information concerning is available at
14     http://www.umich.edu/~dirsvcs/ldap/ldap.html.
15
16 This work also contains materials derived from public sources.
17
18 ---
19
20 Portions Copyright (c) 1992-1996 Regents of the University of Michigan.
21 All rights reserved.
22
23 Redistribution and use in source and binary forms are permitted
24 provided that this notice is preserved and that due credit is given
25 to the University of Michigan at Ann Arbor. The name of the University
26 may not be used to endorse or promote products derived from this 
27 software without specific prior written permission. This software
28 is provided ``as is'' without express or implied warranty.
29  
30 */
31
32 #ifndef _LDAP_PORTABLE_H
33 #define _LDAP_PORTABLE_H
34
35 /* portable.h.top end */
36
37 /* Define if on AIX 3.
38    System headers sometimes define this.
39    We just want to avoid a redefinition error message.  */
40 #ifndef _ALL_SOURCE
41 #undef _ALL_SOURCE
42 #endif
43
44 /* Define to empty if the keyword does not work.  */
45 #undef const
46
47 /* Define to the type of elements in the array set by `getgroups'.
48    Usually this is either `int' or `gid_t'.  */
49 #undef GETGROUPS_T
50
51 /* Define to `int' if <sys/types.h> doesn't define.  */
52 #undef gid_t
53
54 /* Define if you don't have vprintf but do have _doprnt.  */
55 #undef HAVE_DOPRNT
56
57 /* Define if your struct stat has st_blksize.  */
58 #undef HAVE_ST_BLKSIZE
59
60 /* Define if you have the strftime function.  */
61 #undef HAVE_STRFTIME
62
63 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
64 #undef HAVE_SYS_WAIT_H
65
66 /* Define if you have the vprintf function.  */
67 #undef HAVE_VPRINTF
68
69 /* Define if you have the wait3 system call.  */
70 #undef HAVE_WAIT3
71
72 /* Define if on MINIX.  */
73 #undef _MINIX
74
75 /* Define to `int' if <sys/types.h> doesn't define.  */
76 #undef mode_t
77
78 /* Define to `long' if <sys/types.h> doesn't define.  */
79 #undef off_t
80
81 /* Define to `int' if <sys/types.h> doesn't define.  */
82 #undef pid_t
83
84 /* Define if the system does not provide POSIX.1 features except
85    with this defined.  */
86 #undef _POSIX_1_SOURCE
87
88 /* Define if you need to in order for stat and other things to work.  */
89 #undef _POSIX_SOURCE
90
91 /* Define as the return type of signal handlers (int or void).  */
92 #undef RETSIGTYPE
93
94 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
95 #undef size_t
96
97 /* Define if you have the ANSI C header files.  */
98 #undef STDC_HEADERS
99
100 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
101 #undef TIME_WITH_SYS_TIME
102
103 /* Define if your <sys/time.h> declares struct tm.  */
104 #undef TM_IN_SYS_TIME
105
106 /* Define to `int' if <sys/types.h> doesn't define.  */
107 #undef uid_t
108
109 /* Define if your processor stores words with the most significant
110    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
111 #undef WORDS_BIGENDIAN
112
113 /* define this if needed to get reentrant functions */
114 #undef REENTRANT
115 #undef _REENTRANT
116
117 /* define this if needed to get threadsafe functions */
118 #undef THREADSAFE
119 #undef _THREADSAFE
120 #undef THREAD_SAFE
121 #undef _THREAD_SAFE
122
123 /* define this if cross compiling */
124 #undef CROSS_COMPILING
125
126 /* define this if toupper() requires tolower() check */
127 #undef C_UPPER_LOWER
128
129 /* define this if sys_errlist is not defined in stdio.h or errno.h */
130 #undef DECL_SYS_ERRLIST
131
132 /* define this if TIOCGWINSZ is defined in sys/ioctl.h */
133 #undef GWINSZ_IN_SYS_IOCTL
134
135 /* define if you have berkeley db */
136 #undef HAVE_BERKELEY_DB
137
138 /* define if you have berkeley db2 */
139 #undef HAVE_BERKELEY_DB2
140
141 /* define if you have crypt */
142 #undef HAVE_CRYPT
143
144 /* define if you have DSAP */
145 #undef HAVE_DSAP
146
147 /* define if you have GDBM */
148 #undef HAVE_GDBM
149
150 /* define if you have ISODE */
151 #undef HAVE_ISODE
152
153 /* define if you have Kerberos */
154 #undef HAVE_KERBEROS
155
156 /* define if you have LinuxThreads */
157 #undef HAVE_LINUX_THREADS
158
159 /* define if you have Sun LWP (SunOS style) */
160 #undef HAVE_LWP
161
162 /* define if you have -lncurses */
163 #undef HAVE_NCURSES
164
165 /* define if you have NDBM */
166 #undef HAVE_NDBM
167
168 /* define if you have Mach CThreads */
169 #undef HAVE_MACH_CTHREADS
170
171 /* define if you have POSIX termios */
172 #undef HAVE_POSIX_TERMIOS
173
174 /* define if you have PP */
175 #undef HAVE_PP
176
177 /* define if you have POSIX Threads */
178 #undef HAVE_PTHREADS
179
180 /* define if your POSIX Threads implementation is circa Final Draft */
181 #undef HAVE_PTHREADS_FINAL
182
183 /* define if your POSIX Threads implementation is circa Draft 4 */
184 #undef HAVE_PTHREADS_D4
185
186 /* define if you have ptrdiff_t */
187 #undef HAVE_PTRDIFF_T
188
189 /* define if you have sched_yield() */
190 #ifdef __notdef__
191 /* see second sched_yield define */
192 #undef HAVE_SCHED_YIELD
193 #endif
194
195 /* define if you have setproctitle() */
196 #undef HAVE_SETPROCTITLE
197
198 /* define if you have -lwrap */
199 #undef HAVE_TCPD
200
201 /* define if you have -ltermcap */
202 #undef HAVE_TERMCAP
203
204 /* define if you have Sun LWP (Solaris style) */
205 #undef HAVE_THR
206
207 /* define if you have XTPP */
208 #undef HAVE_XTPP
209
210 /* define this if select() implicitly yields in thread environments */
211 #undef HAVE_YIELDING_SELECT
212
213 /* define this for connectionless LDAP support */
214 #undef LDAP_CONNECTIONLESS
215
216 /* define this to add debugging code */
217 #undef LDAP_DEBUG
218
219 /* define this to remove -lldap cache support */
220 #undef LDAP_NOCACHE
221
222 /* define this for LDAP process title support */
223 #undef LDAP_PROCTITLE
224
225 /* define this for LDAP User Interface support */
226 #undef LDAP_LIBUI
227
228 /* define this to use DBBTREE w/ LDBM backend */
229 #undef LDBM_USE_DBBTREE
230
231 /* define this to use DBHASH w/ LDBM backend */
232 #undef LDBM_USE_DBHASH
233
234 /* define this if you want no termcap support */
235 #undef NO_TERMCAP
236
237 /* define this if you want no thread support */
238 #undef NO_THREADS
239
240 /* define this for ACL Group support */
241 #undef SLAPD_ACLGROUPS
242
243 /* define this for ClearText password support */
244 #undef SLAPD_CLEARTEXT
245
246 /* define this for crypt(3) password support */
247 #undef SLAPD_CRYPT
248
249 /* define this to use SLAPD LDBM backend */
250 #undef SLAPD_LDBM
251
252 /* define this to use SLAPD passwd backend */
253 #undef SLAPD_PASSWD
254
255 /* define this for phonetic support */
256 #undef SLAPD_PHONETIC
257
258 /* define this for Reverse Lookup support */
259 #undef SLAPD_RLOOKUPS
260
261 /* define this to use SLAPD shell backend */
262 #undef SLAPD_SHELL
263
264 /* These are defined in ldap_features.h */
265 /*
266  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
267  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
268  LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
269  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
270 */
271
272 /* The number of bytes in a int.  */
273 #undef SIZEOF_INT
274
275 /* The number of bytes in a long.  */
276 #undef SIZEOF_LONG
277
278 /* The number of bytes in a short.  */
279 #undef SIZEOF_SHORT
280
281 /* Define if you have the bcopy function.  */
282 #undef HAVE_BCOPY
283
284 /* Define if you have the ctime_r function.  */
285 #undef HAVE_CTIME_R
286
287 /* Define if you have the flock function.  */
288 #undef HAVE_FLOCK
289
290 /* Define if you have the getdtablesize function.  */
291 #undef HAVE_GETDTABLESIZE
292
293 /* Define if you have the gethostbyaddr_r function.  */
294 #undef HAVE_GETHOSTBYADDR_R
295
296 /* Define if you have the gethostbyname_r function.  */
297 #undef HAVE_GETHOSTBYNAME_R
298
299 /* Define if you have the gethostname function.  */
300 #undef HAVE_GETHOSTNAME
301
302 /* Define if you have the getopt function.  */
303 #undef HAVE_GETOPT
304
305 /* Define if you have the getpwuid function.  */
306 #undef HAVE_GETPWUID
307
308 /* Define if you have the gettimeofday function.  */
309 #undef HAVE_GETTIMEOFDAY
310
311 /* Define if you have the lockf function.  */
312 #undef HAVE_LOCKF
313
314 /* Define if you have the memcpy function.  */
315 #undef HAVE_MEMCPY
316
317 /* Define if you have the memmove function.  */
318 #undef HAVE_MEMMOVE
319
320 /* Define if you have the mkstemp function.  */
321 #undef HAVE_MKSTEMP
322
323 /* Define if you have the pthread_attr_create function.  */
324 #undef HAVE_PTHREAD_ATTR_CREATE
325
326 /* Define if you have the pthread_attr_delete function.  */
327 #undef HAVE_PTHREAD_ATTR_DELETE
328
329 /* Define if you have the pthread_attr_destroy function.  */
330 #undef HAVE_PTHREAD_ATTR_DESTROY
331
332 /* Define if you have the pthread_attr_init function.  */
333 #undef HAVE_PTHREAD_ATTR_INIT
334
335 /* Define if you have the pthread_attr_setdetach_np function.  */
336 #undef HAVE_PTHREAD_ATTR_SETDETACH_NP
337
338 /* Define if you have the pthread_attr_setdetachstate function.  */
339 #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
340
341 /* Define if you have the pthread_kill function.  */
342 #undef HAVE_PTHREAD_KILL
343
344 /* Define if you have the pthread_setconcurrency function.  */
345 #undef HAVE_PTHREAD_SETCONCURRENCY
346
347 /* Define if you have the pthread_yield function.  */
348 #undef HAVE_PTHREAD_YIELD
349
350 /* Define if you have the res_search function.  */
351 #undef HAVE_RES_SEARCH
352
353 /* Define if you have the sched_yield function.  */
354 #undef HAVE_SCHED_YIELD
355
356 /* Define if you have the select function.  */
357 #undef HAVE_SELECT
358
359 /* Define if you have the setpwfile function.  */
360 #undef HAVE_SETPWFILE
361
362 /* Define if you have the setsid function.  */
363 #undef HAVE_SETSID
364
365 /* Define if you have the signal function.  */
366 #undef HAVE_SIGNAL
367
368 /* Define if you have the sigset function.  */
369 #undef HAVE_SIGSET
370
371 /* Define if you have the snprintf function.  */
372 #undef HAVE_SNPRINTF
373
374 /* Define if you have the socket function.  */
375 #undef HAVE_SOCKET
376
377 /* Define if you have the strdup function.  */
378 #undef HAVE_STRDUP
379
380 /* Define if you have the strerror function.  */
381 #undef HAVE_STRERROR
382
383 /* Define if you have the strpbrk function.  */
384 #undef HAVE_STRPBRK
385
386 /* Define if you have the strrchr function.  */
387 #undef HAVE_STRRCHR
388
389 /* Define if you have the strsep function.  */
390 #undef HAVE_STRSEP
391
392 /* Define if you have the strstr function.  */
393 #undef HAVE_STRSTR
394
395 /* Define if you have the strtok function.  */
396 #undef HAVE_STRTOK
397
398 /* Define if you have the strtok_r function.  */
399 #undef HAVE_STRTOK_R
400
401 /* Define if you have the strtol function.  */
402 #undef HAVE_STRTOL
403
404 /* Define if you have the strtoul function.  */
405 #undef HAVE_STRTOUL
406
407 /* Define if you have the sysconf function.  */
408 #undef HAVE_SYSCONF
409
410 /* Define if you have the tempnam function.  */
411 #undef HAVE_TEMPNAM
412
413 /* Define if you have the thr_setconcurrency function.  */
414 #undef HAVE_THR_SETCONCURRENCY
415
416 /* Define if you have the vsnprintf function.  */
417 #undef HAVE_VSNPRINTF
418
419 /* Define if you have the waitpid function.  */
420 #undef HAVE_WAITPID
421
422 /* Define if you have the <crypt.h> header file.  */
423 #undef HAVE_CRYPT_H
424
425 /* Define if you have the <db.h> header file.  */
426 #undef HAVE_DB_H
427
428 /* Define if you have the <db_185.h> header file.  */
429 #undef HAVE_DB_185_H
430
431 /* Define if you have the <des.h> header file.  */
432 #undef HAVE_DES_H
433
434 /* Define if you have the <dirent.h> header file.  */
435 #undef HAVE_DIRENT_H
436
437 /* Define if you have the <errno.h> header file.  */
438 #undef HAVE_ERRNO_H
439
440 /* Define if you have the <fcntl.h> header file.  */
441 #undef HAVE_FCNTL_H
442
443 /* Define if you have the <filio.h> header file.  */
444 #undef HAVE_FILIO_H
445
446 /* Define if you have the <gdbm.h> header file.  */
447 #undef HAVE_GDBM_H
448
449 /* Define if you have the <getopt.h> header file.  */
450 #undef HAVE_GETOPT_H
451
452 /* Define if you have the <kerberosIV/des.h> header file.  */
453 #undef HAVE_KERBEROSIV_DES_H
454
455 /* Define if you have the <kerberosIV/krb.h> header file.  */
456 #undef HAVE_KERBEROSIV_KRB_H
457
458 /* Define if you have the <krb.h> header file.  */
459 #undef HAVE_KRB_H
460
461 /* Define if you have the <libutil.h> header file.  */
462 #undef HAVE_LIBUTIL_H
463
464 /* Define if you have the <limits.h> header file.  */
465 #undef HAVE_LIMITS_H
466
467 /* Define if you have the <lwp/lwp.h> header file.  */
468 #undef HAVE_LWP_LWP_H
469
470 /* Define if you have the <mach/cthreads.h> header file.  */
471 #undef HAVE_MACH_CTHREADS_H
472
473 /* Define if you have the <malloc.h> header file.  */
474 #undef HAVE_MALLOC_H
475
476 /* Define if you have the <memory.h> header file.  */
477 #undef HAVE_MEMORY_H
478
479 /* Define if you have the <ncurses.h> header file.  */
480 #undef HAVE_NCURSES_H
481
482 /* Define if you have the <ndbm.h> header file.  */
483 #undef HAVE_NDBM_H
484
485 /* Define if you have the <ndir.h> header file.  */
486 #undef HAVE_NDIR_H
487
488 /* Define if you have the <psap.h> header file.  */
489 #undef HAVE_PSAP_H
490
491 /* Define if you have the <pthread.h> header file.  */
492 #undef HAVE_PTHREAD_H
493
494 /* Define if you have the <pwd.h> header file.  */
495 #undef HAVE_PWD_H
496
497 /* Define if you have the <regex.h> header file.  */
498 #undef HAVE_REGEX_H
499
500 /* Define if you have the <sched.h> header file.  */
501 #undef HAVE_SCHED_H
502
503 /* Define if you have the <sgtty.h> header file.  */
504 #undef HAVE_SGTTY_H
505
506 /* Define if you have the <stdarg.h> header file.  */
507 #undef HAVE_STDARG_H
508
509 /* Define if you have the <stddef.h> header file.  */
510 #undef HAVE_STDDEF_H
511
512 /* Define if you have the <string.h> header file.  */
513 #undef HAVE_STRING_H
514
515 /* Define if you have the <strings.h> header file.  */
516 #undef HAVE_STRINGS_H
517
518 /* Define if you have the <synch.h> header file.  */
519 #undef HAVE_SYNCH_H
520
521 /* Define if you have the <sys/dir.h> header file.  */
522 #undef HAVE_SYS_DIR_H
523
524 /* Define if you have the <sys/errno.h> header file.  */
525 #undef HAVE_SYS_ERRNO_H
526
527 /* Define if you have the <sys/file.h> header file.  */
528 #undef HAVE_SYS_FILE_H
529
530 /* Define if you have the <sys/filio.h> header file.  */
531 #undef HAVE_SYS_FILIO_H
532
533 /* Define if you have the <sys/ioctl.h> header file.  */
534 #undef HAVE_SYS_IOCTL_H
535
536 /* Define if you have the <sys/ndir.h> header file.  */
537 #undef HAVE_SYS_NDIR_H
538
539 /* Define if you have the <sys/param.h> header file.  */
540 #undef HAVE_SYS_PARAM_H
541
542 /* Define if you have the <sys/resource.h> header file.  */
543 #undef HAVE_SYS_RESOURCE_H
544
545 /* Define if you have the <sys/socket.h> header file.  */
546 #undef HAVE_SYS_SOCKET_H
547
548 /* Define if you have the <sys/syslog.h> header file.  */
549 #undef HAVE_SYS_SYSLOG_H
550
551 /* Define if you have the <sys/time.h> header file.  */
552 #undef HAVE_SYS_TIME_H
553
554 /* Define if you have the <sys/types.h> header file.  */
555 #undef HAVE_SYS_TYPES_H
556
557 /* Define if you have the <syslog.h> header file.  */
558 #undef HAVE_SYSLOG_H
559
560 /* Define if you have the <termcap.h> header file.  */
561 #undef HAVE_TERMCAP_H
562
563 /* Define if you have the <termios.h> header file.  */
564 #undef HAVE_TERMIOS_H
565
566 /* Define if you have the <thread.h> header file.  */
567 #undef HAVE_THREAD_H
568
569 /* Define if you have the <unistd.h> header file.  */
570 #undef HAVE_UNISTD_H
571
572 /* Define if you have the V3 library (-lV3).  */
573 #undef HAVE_LIBV3
574
575 /* Define if you have the gen library (-lgen).  */
576 #undef HAVE_LIBGEN
577
578 /* Define if you have the inet library (-linet).  */
579 #undef HAVE_LIBINET
580
581 /* Define if you have the net library (-lnet).  */
582 #undef HAVE_LIBNET
583
584 /* Define if you have the nsl library (-lnsl).  */
585 #undef HAVE_LIBNSL
586
587 /* Define if you have the nsl_s library (-lnsl_s).  */
588 #undef HAVE_LIBNSL_S
589
590 /* Define if you have the resolv library (-lresolv).  */
591 #undef HAVE_LIBRESOLV
592
593 /* Define if you have the socket library (-lsocket).  */
594 #undef HAVE_LIBSOCKET
595 /* portable.h.bot begin */
596
597 #ifdef HAVE_STDDEF_H
598 #       include <stddef.h>
599 #endif
600
601 #include "ldap_cdefs.h"
602 #include "ldap_features.h"
603
604 #endif /* _LDAP_PORTABLE_H */
605
606 /* portable.h.bot end */