]> git.sur5r.net Git - openldap/blob - include/portable.hin
3b17ccf046b910a48994fbbfffd03b3b9a189b14
[openldap] / include / portable.hin
1 /* include/portable.hin.  Generated from configure.in by autoheader.  */
2
3
4 /* begin of portable.h.pre */
5 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
6  *
7  * Copyright 1998-2017 The OpenLDAP Foundation
8  * All rights reserved.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted only as authorized by the OpenLDAP
12  * Public License.
13  *
14  * A copy of this license is available in the file LICENSE in the
15  * top-level directory of the distribution or, alternatively, at
16  * <http://www.OpenLDAP.org/license.html>.
17  */
18
19 #ifndef _LDAP_PORTABLE_H
20 #define _LDAP_PORTABLE_H
21
22 /* define this if needed to get reentrant functions */
23 #ifndef REENTRANT
24 #undef REENTRANT
25 #endif
26 #ifndef _REENTRANT
27 #undef _REENTRANT
28 #endif
29
30 /* define this if needed to get threadsafe functions */
31 #ifndef THREADSAFE
32 #undef THREADSAFE
33 #endif
34 #ifndef _THREADSAFE
35 #undef _THREADSAFE
36 #endif
37 #ifndef THREAD_SAFE
38 #undef THREAD_SAFE
39 #endif
40 #ifndef _THREAD_SAFE
41 #undef _THREAD_SAFE
42 #endif
43
44 #ifndef _SGI_MP_SOURCE
45 #undef _SGI_MP_SOURCE
46 #endif
47
48 /* end of portable.h.pre */
49
50
51 /* define to use both <string.h> and <strings.h> */
52 #undef BOTH_STRINGS_H
53
54 /* define if cross compiling */
55 #undef CROSS_COMPILING
56
57 /* set to the number of arguments ctime_r() expects */
58 #undef CTIME_R_NARGS
59
60 /* define if toupper() requires islower() */
61 #undef C_UPPER_LOWER
62
63 /* define if sys_errlist is not declared in stdio.h or errno.h */
64 #undef DECL_SYS_ERRLIST
65
66 /* define to enable rewriting in back-ldap and back-meta */
67 #undef ENABLE_REWRITE
68
69 /* define to enable slapi library */
70 #undef ENABLE_SLAPI
71
72 /* defined to be the EXE extension */
73 #undef EXEEXT
74
75 /* set to the number of arguments gethostbyaddr_r() expects */
76 #undef GETHOSTBYADDR_R_NARGS
77
78 /* set to the number of arguments gethostbyname_r() expects */
79 #undef GETHOSTBYNAME_R_NARGS
80
81 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
82 #undef GWINSZ_IN_SYS_IOCTL
83
84 /* define if you have AIX security lib */
85 #undef HAVE_AIX_SECURITY
86
87 /* Define to 1 if you have the <arpa/inet.h> header file. */
88 #undef HAVE_ARPA_INET_H
89
90 /* Define to 1 if you have the <arpa/nameser.h> header file. */
91 #undef HAVE_ARPA_NAMESER_H
92
93 /* Define to 1 if you have the <assert.h> header file. */
94 #undef HAVE_ASSERT_H
95
96 /* Define to 1 if you have the `bcopy' function. */
97 #undef HAVE_BCOPY
98
99 /* define this if Berkeley DB is available */
100 #undef HAVE_BERKELEY_DB
101
102 /* define if Berkeley DB has DB_THREAD support */
103 #undef HAVE_BERKELEY_DB_THREAD
104
105 /* Define to 1 if you have the <bits/types.h> header file. */
106 #undef HAVE_BITS_TYPES_H
107
108 /* Define to 1 if you have the `chroot' function. */
109 #undef HAVE_CHROOT
110
111 /* Define to 1 if you have the `closesocket' function. */
112 #undef HAVE_CLOSESOCKET
113
114 /* Define to 1 if you have the <conio.h> header file. */
115 #undef HAVE_CONIO_H
116
117 /* define if crypt(3) is available */
118 #undef HAVE_CRYPT
119
120 /* define if crypt_r(3) is available */
121 #undef HAVE_CRYPT_R
122
123 /* Define to 1 if you have the <crypt.h> header file. */
124 #undef HAVE_CRYPT_H
125
126 /* Define to 1 if you have the <cthreads.h> header file. */
127 #undef HAVE_CTHREADS_H
128
129 /* Define to 1 if you have the `ctime_r' function. */
130 #undef HAVE_CTIME_R
131
132 /* define if you have Cyrus SASL */
133 #undef HAVE_CYRUS_SASL
134
135 /* Define to 1 if you have the <db.h> header file. */
136 #undef HAVE_DB_H
137
138 /* define if your system supports /dev/poll */
139 #undef HAVE_DEVPOLL
140
141 /* Define to 1 if you have the <direct.h> header file. */
142 #undef HAVE_DIRECT_H
143
144 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
145    */
146 #undef HAVE_DIRENT_H
147
148 /* Define to 1 if you have the <dlfcn.h> header file. */
149 #undef HAVE_DLFCN_H
150
151 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
152 #undef HAVE_DOPRNT
153
154 /* define if system uses EBCDIC instead of ASCII */
155 #undef HAVE_EBCDIC
156
157 /* Define to 1 if you have the `endgrent' function. */
158 #undef HAVE_ENDGRENT
159
160 /* Define to 1 if you have the `endpwent' function. */
161 #undef HAVE_ENDPWENT
162
163 /* define if your system supports epoll */
164 #undef HAVE_EPOLL
165
166 /* Define to 1 if you have the <errno.h> header file. */
167 #undef HAVE_ERRNO_H
168
169 /* Define to 1 if you have the `fcntl' function. */
170 #undef HAVE_FCNTL
171
172 /* Define to 1 if you have the <fcntl.h> header file. */
173 #undef HAVE_FCNTL_H
174
175 /* define if you actually have FreeBSD fetch(3) */
176 #undef HAVE_FETCH
177
178 /* Define to 1 if you have the <filio.h> header file. */
179 #undef HAVE_FILIO_H
180
181 /* Define to 1 if you have the `flock' function. */
182 #undef HAVE_FLOCK
183
184 /* Define to 1 if you have the `fstat' function. */
185 #undef HAVE_FSTAT
186
187 /* Define to 1 if you have the `gai_strerror' function. */
188 #undef HAVE_GAI_STRERROR
189
190 /* Define to 1 if you have the `getaddrinfo' function. */
191 #undef HAVE_GETADDRINFO
192
193 /* Define to 1 if you have the `getdtablesize' function. */
194 #undef HAVE_GETDTABLESIZE
195
196 /* Define to 1 if you have the `geteuid' function. */
197 #undef HAVE_GETEUID
198
199 /* Define to 1 if you have the `getgrgid' function. */
200 #undef HAVE_GETGRGID
201
202 /* Define to 1 if you have the `gethostbyaddr_r' function. */
203 #undef HAVE_GETHOSTBYADDR_R
204
205 /* Define to 1 if you have the `gethostbyname_r' function. */
206 #undef HAVE_GETHOSTBYNAME_R
207
208 /* Define to 1 if you have the `gethostname' function. */
209 #undef HAVE_GETHOSTNAME
210
211 /* Define to 1 if you have the `getnameinfo' function. */
212 #undef HAVE_GETNAMEINFO
213
214 /* Define to 1 if you have the `getopt' function. */
215 #undef HAVE_GETOPT
216
217 /* Define to 1 if you have the <getopt.h> header file. */
218 #undef HAVE_GETOPT_H
219
220 /* Define to 1 if you have the `getpassphrase' function. */
221 #undef HAVE_GETPASSPHRASE
222
223 /* Define to 1 if you have the `getpeereid' function. */
224 #undef HAVE_GETPEEREID
225
226 /* Define to 1 if you have the `getpeerucred' function. */
227 #undef HAVE_GETPEERUCRED
228
229 /* Define to 1 if you have the `getpwnam' function. */
230 #undef HAVE_GETPWNAM
231
232 /* Define to 1 if you have the `getpwuid' function. */
233 #undef HAVE_GETPWUID
234
235 /* Define to 1 if you have the `getspnam' function. */
236 #undef HAVE_GETSPNAM
237
238 /* Define to 1 if you have the `gettimeofday' function. */
239 #undef HAVE_GETTIMEOFDAY
240
241 /* Define to 1 if you have the <gmp.h> header file. */
242 #undef HAVE_GMP_H
243
244 /* Define to 1 if you have the `gmtime_r' function. */
245 #undef HAVE_GMTIME_R
246
247 /* define if you have GNUtls */
248 #undef HAVE_GNUTLS
249
250 /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
251 #undef HAVE_GNUTLS_GNUTLS_H
252
253 /* if you have GNU Pth */
254 #undef HAVE_GNU_PTH
255
256 /* Define to 1 if you have the <grp.h> header file. */
257 #undef HAVE_GRP_H
258
259 /* Define to 1 if you have the `hstrerror' function. */
260 #undef HAVE_HSTRERROR
261
262 /* define if you actually have ICU */
263 #undef HAVE_ICU
264
265 /* define to you inet_aton(3) is available */
266 #undef HAVE_INET_ATON
267
268 /* Define to 1 if you have the `inet_ntoa_b' function. */
269 #undef HAVE_INET_NTOA_B
270
271 /* Define to 1 if you have the `inet_ntop' function. */
272 #undef HAVE_INET_NTOP
273
274 /* Define to 1 if you have the `initgroups' function. */
275 #undef HAVE_INITGROUPS
276
277 /* Define to 1 if you have the <inttypes.h> header file. */
278 #undef HAVE_INTTYPES_H
279
280 /* Define to 1 if you have the `ioctl' function. */
281 #undef HAVE_IOCTL
282
283 /* Define to 1 if you have the <io.h> header file. */
284 #undef HAVE_IO_H
285
286 /* define if your system supports kqueue */
287 #undef HAVE_KQUEUE
288
289 /* Define to 1 if you have the `gen' library (-lgen). */
290 #undef HAVE_LIBGEN
291
292 /* Define to 1 if you have the `gmp' library (-lgmp). */
293 #undef HAVE_LIBGMP
294
295 /* Define to 1 if you have the `inet' library (-linet). */
296 #undef HAVE_LIBINET
297
298 /* define if you have libtool -ltdl */
299 #undef HAVE_LIBLTDL
300
301 /* Define to 1 if you have the `net' library (-lnet). */
302 #undef HAVE_LIBNET
303
304 /* Define to 1 if you have the `nsl' library (-lnsl). */
305 #undef HAVE_LIBNSL
306
307 /* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
308 #undef HAVE_LIBNSL_S
309
310 /* Define to 1 if you have the `socket' library (-lsocket). */
311 #undef HAVE_LIBSOCKET
312
313 /* Define to 1 if you have the <libutil.h> header file. */
314 #undef HAVE_LIBUTIL_H
315
316 /* Define to 1 if you have the `V3' library (-lV3). */
317 #undef HAVE_LIBV3
318
319 /* Define to 1 if you have the <limits.h> header file. */
320 #undef HAVE_LIMITS_H
321
322 /* if you have LinuxThreads */
323 #undef HAVE_LINUX_THREADS
324
325 /* Define to 1 if you have the <locale.h> header file. */
326 #undef HAVE_LOCALE_H
327
328 /* Define to 1 if you have the `localtime_r' function. */
329 #undef HAVE_LOCALTIME_R
330
331 /* Define to 1 if you have the `lockf' function. */
332 #undef HAVE_LOCKF
333
334 /* Define to 1 if the system has the type `long long'. */
335 #undef HAVE_LONG_LONG
336
337 /* Define to 1 if you have the <ltdl.h> header file. */
338 #undef HAVE_LTDL_H
339
340 /* define if you have Mach Cthreads */
341 #undef HAVE_MACH_CTHREADS
342
343 /* Define to 1 if you have the <mach/cthreads.h> header file. */
344 #undef HAVE_MACH_CTHREADS_H
345
346 /* Define to 1 if you have the <malloc.h> header file. */
347 #undef HAVE_MALLOC_H
348
349 /* Define to 1 if you have the `memcpy' function. */
350 #undef HAVE_MEMCPY
351
352 /* Define to 1 if you have the `memmove' function. */
353 #undef HAVE_MEMMOVE
354
355 /* Define to 1 if you have the <memory.h> header file. */
356 #undef HAVE_MEMORY_H
357
358 /* Define to 1 if you have the `memrchr' function. */
359 #undef HAVE_MEMRCHR
360
361 /* Define to 1 if you have the `mkstemp' function. */
362 #undef HAVE_MKSTEMP
363
364 /* Define to 1 if you have the `mktemp' function. */
365 #undef HAVE_MKTEMP
366
367 /* define this if you have mkversion */
368 #undef HAVE_MKVERSION
369
370 /* define if you have MozNSS */
371 #undef HAVE_MOZNSS
372
373 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
374 #undef HAVE_NDIR_H
375
376 /* Define to 1 if you have the <netinet/tcp.h> header file. */
377 #undef HAVE_NETINET_TCP_H
378
379 /* define if strerror_r returns char* instead of int */
380 #undef HAVE_NONPOSIX_STRERROR_R
381
382 /* Define to 1 if you have the <nssutil.h> header file. */
383 #undef HAVE_NSSUTIL_H
384
385 /* if you have NT Event Log */
386 #undef HAVE_NT_EVENT_LOG
387
388 /* if you have NT Service Manager */
389 #undef HAVE_NT_SERVICE_MANAGER
390
391 /* if you have NT Threads */
392 #undef HAVE_NT_THREADS
393
394 /* define if you have OpenSSL */
395 #undef HAVE_OPENSSL
396
397 /* Define to 1 if you have the <openssl/bn.h> header file. */
398 #undef HAVE_OPENSSL_BN_H
399
400 /* define if you have OpenSSL with CRL checking capability */
401 #undef HAVE_OPENSSL_CRL
402
403 /* Define to 1 if you have the <openssl/crypto.h> header file. */
404 #undef HAVE_OPENSSL_CRYPTO_H
405
406 /* Define to 1 if you have the <openssl/ssl.h> header file. */
407 #undef HAVE_OPENSSL_SSL_H
408
409 /* Define to 1 if you have the `pipe' function. */
410 #undef HAVE_PIPE
411
412 /* Define to 1 if you have the `poll' function. */
413 #undef HAVE_POLL
414
415 /* Define to 1 if you have the <poll.h> header file. */
416 #undef HAVE_POLL_H
417
418 /* Define to 1 if you have the <process.h> header file. */
419 #undef HAVE_PROCESS_H
420
421 /* Define to 1 if you have the <psap.h> header file. */
422 #undef HAVE_PSAP_H
423
424 /* define to pthreads API spec revision */
425 #undef HAVE_PTHREADS
426
427 /* define if you have pthread_detach function */
428 #undef HAVE_PTHREAD_DETACH
429
430 /* Define to 1 if you have the `pthread_getconcurrency' function. */
431 #undef HAVE_PTHREAD_GETCONCURRENCY
432
433 /* Define to 1 if you have the <pthread.h> header file. */
434 #undef HAVE_PTHREAD_H
435
436 /* Define to 1 if you have the `pthread_kill' function. */
437 #undef HAVE_PTHREAD_KILL
438
439 /* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
440 #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP
441
442 /* define if you have pthread_rwlock_destroy function */
443 #undef HAVE_PTHREAD_RWLOCK_DESTROY
444
445 /* Define to 1 if you have the `pthread_setconcurrency' function. */
446 #undef HAVE_PTHREAD_SETCONCURRENCY
447
448 /* Define to 1 if you have the `pthread_yield' function. */
449 #undef HAVE_PTHREAD_YIELD
450
451 /* Define to 1 if you have the <pth.h> header file. */
452 #undef HAVE_PTH_H
453
454 /* Define to 1 if the system has the type `ptrdiff_t'. */
455 #undef HAVE_PTRDIFF_T
456
457 /* Define to 1 if you have the <pwd.h> header file. */
458 #undef HAVE_PWD_H
459
460 /* Define to 1 if you have the `read' function. */
461 #undef HAVE_READ
462
463 /* Define to 1 if you have the `recv' function. */
464 #undef HAVE_RECV
465
466 /* Define to 1 if you have the `recvfrom' function. */
467 #undef HAVE_RECVFROM
468
469 /* Define to 1 if you have the <regex.h> header file. */
470 #undef HAVE_REGEX_H
471
472 /* Define to 1 if you have the <resolv.h> header file. */
473 #undef HAVE_RESOLV_H
474
475 /* define if you have res_query() */
476 #undef HAVE_RES_QUERY
477
478 /* define if OpenSSL needs RSAref */
479 #undef HAVE_RSAREF
480
481 /* Define to 1 if you have the <sasl.h> header file. */
482 #undef HAVE_SASL_H
483
484 /* Define to 1 if you have the <sasl/sasl.h> header file. */
485 #undef HAVE_SASL_SASL_H
486
487 /* define if your SASL library has sasl_version() */
488 #undef HAVE_SASL_VERSION
489
490 /* Define to 1 if you have the <sched.h> header file. */
491 #undef HAVE_SCHED_H
492
493 /* Define to 1 if you have the `sched_yield' function. */
494 #undef HAVE_SCHED_YIELD
495
496 /* Define to 1 if you have the `send' function. */
497 #undef HAVE_SEND
498
499 /* Define to 1 if you have the `sendmsg' function. */
500 #undef HAVE_SENDMSG
501
502 /* Define to 1 if you have the `sendto' function. */
503 #undef HAVE_SENDTO
504
505 /* Define to 1 if you have the `setegid' function. */
506 #undef HAVE_SETEGID
507
508 /* Define to 1 if you have the `seteuid' function. */
509 #undef HAVE_SETEUID
510
511 /* Define to 1 if you have the `setgid' function. */
512 #undef HAVE_SETGID
513
514 /* define if setproctitle(3) is available */
515 #undef HAVE_SETPROCTITLE
516
517 /* Define to 1 if you have the `setpwfile' function. */
518 #undef HAVE_SETPWFILE
519
520 /* Define to 1 if you have the `setsid' function. */
521 #undef HAVE_SETSID
522
523 /* Define to 1 if you have the `setuid' function. */
524 #undef HAVE_SETUID
525
526 /* Define to 1 if you have the <sgtty.h> header file. */
527 #undef HAVE_SGTTY_H
528
529 /* Define to 1 if you have the <shadow.h> header file. */
530 #undef HAVE_SHADOW_H
531
532 /* Define to 1 if you have the `sigaction' function. */
533 #undef HAVE_SIGACTION
534
535 /* Define to 1 if you have the `signal' function. */
536 #undef HAVE_SIGNAL
537
538 /* Define to 1 if you have the `sigset' function. */
539 #undef HAVE_SIGSET
540
541 /* define if you have -lslp */
542 #undef HAVE_SLP
543
544 /* Define to 1 if you have the <slp.h> header file. */
545 #undef HAVE_SLP_H
546
547 /* Define to 1 if you have the `snprintf' function. */
548 #undef HAVE_SNPRINTF
549
550 /* if you have spawnlp() */
551 #undef HAVE_SPAWNLP
552
553 /* Define to 1 if you have the <sqlext.h> header file. */
554 #undef HAVE_SQLEXT_H
555
556 /* Define to 1 if you have the <sql.h> header file. */
557 #undef HAVE_SQL_H
558
559 /* Define to 1 if you have the <stddef.h> header file. */
560 #undef HAVE_STDDEF_H
561
562 /* Define to 1 if you have the <stdint.h> header file. */
563 #undef HAVE_STDINT_H
564
565 /* Define to 1 if you have the <stdlib.h> header file. */
566 #undef HAVE_STDLIB_H
567
568 /* Define to 1 if you have the `strdup' function. */
569 #undef HAVE_STRDUP
570
571 /* Define to 1 if you have the `strerror' function. */
572 #undef HAVE_STRERROR
573
574 /* Define to 1 if you have the `strerror_r' function. */
575 #undef HAVE_STRERROR_R
576
577 /* Define to 1 if you have the `strftime' function. */
578 #undef HAVE_STRFTIME
579
580 /* Define to 1 if you have the <strings.h> header file. */
581 #undef HAVE_STRINGS_H
582
583 /* Define to 1 if you have the <string.h> header file. */
584 #undef HAVE_STRING_H
585
586 /* Define to 1 if you have the `strpbrk' function. */
587 #undef HAVE_STRPBRK
588
589 /* Define to 1 if you have the `strrchr' function. */
590 #undef HAVE_STRRCHR
591
592 /* Define to 1 if you have the `strsep' function. */
593 #undef HAVE_STRSEP
594
595 /* Define to 1 if you have the `strspn' function. */
596 #undef HAVE_STRSPN
597
598 /* Define to 1 if you have the `strstr' function. */
599 #undef HAVE_STRSTR
600
601 /* Define to 1 if you have the `strtol' function. */
602 #undef HAVE_STRTOL
603
604 /* Define to 1 if you have the `strtoll' function. */
605 #undef HAVE_STRTOLL
606
607 /* Define to 1 if you have the `strtoq' function. */
608 #undef HAVE_STRTOQ
609
610 /* Define to 1 if you have the `strtoul' function. */
611 #undef HAVE_STRTOUL
612
613 /* Define to 1 if you have the `strtoull' function. */
614 #undef HAVE_STRTOULL
615
616 /* Define to 1 if you have the `strtouq' function. */
617 #undef HAVE_STRTOUQ
618
619 /* Define to 1 if `msg_accrightslen' is member of `struct msghdr'. */
620 #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN
621
622 /* Define to 1 if `msg_control' is member of `struct msghdr'. */
623 #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL
624
625 /* Define to 1 if `pw_gecos' is member of `struct passwd'. */
626 #undef HAVE_STRUCT_PASSWD_PW_GECOS
627
628 /* Define to 1 if `pw_passwd' is member of `struct passwd'. */
629 #undef HAVE_STRUCT_PASSWD_PW_PASSWD
630
631 /* Define to 1 if `st_blksize' is member of `struct stat'. */
632 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
633
634 /* Define to 1 if `st_fstype' is member of `struct stat'. */
635 #undef HAVE_STRUCT_STAT_ST_FSTYPE
636
637 /* define to 1 if st_fstype is char * */
638 #undef HAVE_STRUCT_STAT_ST_FSTYPE_CHAR
639
640 /* define to 1 if st_fstype is int */
641 #undef HAVE_STRUCT_STAT_ST_FSTYPE_INT
642
643 /* Define to 1 if `st_vfstype' is member of `struct stat'. */
644 #undef HAVE_STRUCT_STAT_ST_VFSTYPE
645
646 /* Define to 1 if you have the <synch.h> header file. */
647 #undef HAVE_SYNCH_H
648
649 /* Define to 1 if you have the `sysconf' function. */
650 #undef HAVE_SYSCONF
651
652 /* Define to 1 if you have the <sysexits.h> header file. */
653 #undef HAVE_SYSEXITS_H
654
655 /* Define to 1 if you have the <syslog.h> header file. */
656 #undef HAVE_SYSLOG_H
657
658 /* Define to 1 if you have the <sys/devpoll.h> header file. */
659 #undef HAVE_SYS_DEVPOLL_H
660
661 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
662    */
663 #undef HAVE_SYS_DIR_H
664
665 /* Define to 1 if you have the <sys/epoll.h> header file. */
666 #undef HAVE_SYS_EPOLL_H
667
668 /* define if you actually have sys_errlist in your libs */
669 #undef HAVE_SYS_ERRLIST
670
671 /* Define to 1 if you have the <sys/errno.h> header file. */
672 #undef HAVE_SYS_ERRNO_H
673
674 /* Define to 1 if you have the <sys/event.h> header file. */
675 #undef HAVE_SYS_EVENT_H
676
677 /* Define to 1 if you have the <sys/file.h> header file. */
678 #undef HAVE_SYS_FILE_H
679
680 /* Define to 1 if you have the <sys/filio.h> header file. */
681 #undef HAVE_SYS_FILIO_H
682
683 /* Define to 1 if you have the <sys/fstyp.h> header file. */
684 #undef HAVE_SYS_FSTYP_H
685
686 /* Define to 1 if you have the <sys/ioctl.h> header file. */
687 #undef HAVE_SYS_IOCTL_H
688
689 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
690    */
691 #undef HAVE_SYS_NDIR_H
692
693 /* Define to 1 if you have the <sys/param.h> header file. */
694 #undef HAVE_SYS_PARAM_H
695
696 /* Define to 1 if you have the <sys/poll.h> header file. */
697 #undef HAVE_SYS_POLL_H
698
699 /* Define to 1 if you have the <sys/privgrp.h> header file. */
700 #undef HAVE_SYS_PRIVGRP_H
701
702 /* Define to 1 if you have the <sys/resource.h> header file. */
703 #undef HAVE_SYS_RESOURCE_H
704
705 /* Define to 1 if you have the <sys/select.h> header file. */
706 #undef HAVE_SYS_SELECT_H
707
708 /* Define to 1 if you have the <sys/socket.h> header file. */
709 #undef HAVE_SYS_SOCKET_H
710
711 /* Define to 1 if you have the <sys/stat.h> header file. */
712 #undef HAVE_SYS_STAT_H
713
714 /* Define to 1 if you have the <sys/syslog.h> header file. */
715 #undef HAVE_SYS_SYSLOG_H
716
717 /* Define to 1 if you have the <sys/time.h> header file. */
718 #undef HAVE_SYS_TIME_H
719
720 /* Define to 1 if you have the <sys/types.h> header file. */
721 #undef HAVE_SYS_TYPES_H
722
723 /* Define to 1 if you have the <sys/ucred.h> header file. */
724 #undef HAVE_SYS_UCRED_H
725
726 /* Define to 1 if you have the <sys/uio.h> header file. */
727 #undef HAVE_SYS_UIO_H
728
729 /* Define to 1 if you have the <sys/un.h> header file. */
730 #undef HAVE_SYS_UN_H
731
732 /* Define to 1 if you have the <sys/uuid.h> header file. */
733 #undef HAVE_SYS_UUID_H
734
735 /* Define to 1 if you have the <sys/vmount.h> header file. */
736 #undef HAVE_SYS_VMOUNT_H
737
738 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
739 #undef HAVE_SYS_WAIT_H
740
741 /* define if you have -lwrap */
742 #undef HAVE_TCPD
743
744 /* Define to 1 if you have the <tcpd.h> header file. */
745 #undef HAVE_TCPD_H
746
747 /* Define to 1 if you have the <termios.h> header file. */
748 #undef HAVE_TERMIOS_H
749
750 /* if you have Solaris LWP (thr) package */
751 #undef HAVE_THR
752
753 /* Define to 1 if you have the <thread.h> header file. */
754 #undef HAVE_THREAD_H
755
756 /* Define to 1 if you have the `thr_getconcurrency' function. */
757 #undef HAVE_THR_GETCONCURRENCY
758
759 /* Define to 1 if you have the `thr_setconcurrency' function. */
760 #undef HAVE_THR_SETCONCURRENCY
761
762 /* Define to 1 if you have the `thr_yield' function. */
763 #undef HAVE_THR_YIELD
764
765 /* define if you have TLS */
766 #undef HAVE_TLS
767
768 /* Define to 1 if you have the <unicode/utypes.h> header file. */
769 #undef HAVE_UNICODE_UTYPES_H
770
771 /* Define to 1 if you have the <unistd.h> header file. */
772 #undef HAVE_UNISTD_H
773
774 /* Define to 1 if you have the <utime.h> header file. */
775 #undef HAVE_UTIME_H
776
777 /* define if you have uuid_generate() */
778 #undef HAVE_UUID_GENERATE
779
780 /* define if you have uuid_to_str() */
781 #undef HAVE_UUID_TO_STR
782
783 /* Define to 1 if you have the <uuid/uuid.h> header file. */
784 #undef HAVE_UUID_UUID_H
785
786 /* Define to 1 if you have the `vprintf' function. */
787 #undef HAVE_VPRINTF
788
789 /* Define to 1 if you have the `vsnprintf' function. */
790 #undef HAVE_VSNPRINTF
791
792 /* Define to 1 if you have the `wait4' function. */
793 #undef HAVE_WAIT4
794
795 /* Define to 1 if you have the `waitpid' function. */
796 #undef HAVE_WAITPID
797
798 /* define if you have winsock */
799 #undef HAVE_WINSOCK
800
801 /* define if you have winsock2 */
802 #undef HAVE_WINSOCK2
803
804 /* Define to 1 if you have the <winsock2.h> header file. */
805 #undef HAVE_WINSOCK2_H
806
807 /* Define to 1 if you have the <winsock.h> header file. */
808 #undef HAVE_WINSOCK_H
809
810 /* Define to 1 if you have the <wiredtiger.h> header file. */
811 #undef HAVE_WIREDTIGER_H
812
813 /* Define to 1 if you have the `write' function. */
814 #undef HAVE_WRITE
815
816 /* define if select implicitly yields */
817 #undef HAVE_YIELDING_SELECT
818
819 /* Define to 1 if you have the `_vsnprintf' function. */
820 #undef HAVE__VSNPRINTF
821
822 /* define to 32-bit or greater integer type */
823 #undef LBER_INT_T
824
825 /* define to large integer type */
826 #undef LBER_LEN_T
827
828 /* define to socket descriptor type */
829 #undef LBER_SOCKET_T
830
831 /* define to large integer type */
832 #undef LBER_TAG_T
833
834 /* define to 1 if library is thread safe */
835 #undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
836
837 /* define to LDAP VENDOR VERSION */
838 #undef LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
839
840 /* define this to add debugging code */
841 #undef LDAP_DEBUG
842
843 /* define if LDAP libs are dynamic */
844 #undef LDAP_LIBS_DYNAMIC
845
846 /* define to support PF_INET6 */
847 #undef LDAP_PF_INET6
848
849 /* define to support PF_LOCAL */
850 #undef LDAP_PF_LOCAL
851
852 /* define this for LDAP process title support */
853 #undef LDAP_PROCTITLE
854
855 /* define this to add SLAPI code */
856 #undef LDAP_SLAPI
857
858 /* define this to add syslog code */
859 #undef LDAP_SYSLOG
860
861 /* Version */
862 #undef LDAP_VENDOR_VERSION
863
864 /* Major */
865 #undef LDAP_VENDOR_VERSION_MAJOR
866
867 /* Minor */
868 #undef LDAP_VENDOR_VERSION_MINOR
869
870 /* Patch */
871 #undef LDAP_VENDOR_VERSION_PATCH
872
873 /* define if memcmp is not 8-bit clean or is otherwise broken */
874 #undef NEED_MEMCMP_REPLACEMENT
875
876 /* define if you have (or want) no threads */
877 #undef NO_THREADS
878
879 /* define to use the original debug style */
880 #undef OLD_DEBUG
881
882 /* Package */
883 #undef OPENLDAP_PACKAGE
884
885 /* Version */
886 #undef OPENLDAP_VERSION
887
888 /* Define to the address where bug reports for this package should be sent. */
889 #undef PACKAGE_BUGREPORT
890
891 /* Define to the full name of this package. */
892 #undef PACKAGE_NAME
893
894 /* Define to the full name and version of this package. */
895 #undef PACKAGE_STRING
896
897 /* Define to the one symbol short name of this package. */
898 #undef PACKAGE_TARNAME
899
900 /* Define to the version of this package. */
901 #undef PACKAGE_VERSION
902
903 /* define if sched_yield yields the entire process */
904 #undef REPLACE_BROKEN_YIELD
905
906 /* Define as the return type of signal handlers (`int' or `void'). */
907 #undef RETSIGTYPE
908
909 /* Define to the type of arg 1 for `select'. */
910 #undef SELECT_TYPE_ARG1
911
912 /* Define to the type of args 2, 3 and 4 for `select'. */
913 #undef SELECT_TYPE_ARG234
914
915 /* Define to the type of arg 5 for `select'. */
916 #undef SELECT_TYPE_ARG5
917
918 /* The size of `int', as computed by sizeof. */
919 #undef SIZEOF_INT
920
921 /* The size of `long', as computed by sizeof. */
922 #undef SIZEOF_LONG
923
924 /* The size of `long long', as computed by sizeof. */
925 #undef SIZEOF_LONG_LONG
926
927 /* The size of `short', as computed by sizeof. */
928 #undef SIZEOF_SHORT
929
930 /* The size of `wchar_t', as computed by sizeof. */
931 #undef SIZEOF_WCHAR_T
932
933 /* define to support per-object ACIs */
934 #undef SLAPD_ACI_ENABLED
935
936 /* define to support LDAP Async Metadirectory backend */
937 #undef SLAPD_ASYNCMETA
938
939 /* define to support BDB backend */
940 #undef SLAPD_BDB
941
942 /* define to support cleartext passwords */
943 #undef SLAPD_CLEARTEXT
944
945 /* define to support crypt(3) passwords */
946 #undef SLAPD_CRYPT
947
948 /* define to support DNS SRV backend */
949 #undef SLAPD_DNSSRV
950
951 /* define to support HDB backend */
952 #undef SLAPD_HDB
953
954 /* define to support LDAP backend */
955 #undef SLAPD_LDAP
956
957 /* define to support LAN Manager passwords */
958 #undef SLAPD_LMHASH
959
960 /* define to support MDB backend */
961 #undef SLAPD_MDB
962
963 /* define to support LDAP Metadirectory backend */
964 #undef SLAPD_META
965
966 /* define to support modules */
967 #undef SLAPD_MODULES
968
969 /* dynamically linked module */
970 #undef SLAPD_MOD_DYNAMIC
971
972 /* statically linked module */
973 #undef SLAPD_MOD_STATIC
974
975 /* define to support cn=Monitor backend */
976 #undef SLAPD_MONITOR
977
978 /* define to support NDB backend */
979 #undef SLAPD_NDB
980
981 /* define to support NULL backend */
982 #undef SLAPD_NULL
983
984 /* define for In-Directory Access Logging overlay */
985 #undef SLAPD_OVER_ACCESSLOG
986
987 /* define for Audit Logging overlay */
988 #undef SLAPD_OVER_AUDITLOG
989
990 /* define for Automatic Certificate Authority overlay */
991 #undef SLAPD_OVER_AUTOCA
992
993 /* define for Collect overlay */
994 #undef SLAPD_OVER_COLLECT
995
996 /* define for Attribute Constraint overlay */
997 #undef SLAPD_OVER_CONSTRAINT
998
999 /* define for Dynamic Directory Services overlay */
1000 #undef SLAPD_OVER_DDS
1001
1002 /* define for Dynamic Directory Services overlay */
1003 #undef SLAPD_OVER_DEREF
1004
1005 /* define for Dynamic Group overlay */
1006 #undef SLAPD_OVER_DYNGROUP
1007
1008 /* define for Dynamic List overlay */
1009 #undef SLAPD_OVER_DYNLIST
1010
1011 /* define for Reverse Group Membership overlay */
1012 #undef SLAPD_OVER_MEMBEROF
1013
1014 /* define for Password Policy overlay */
1015 #undef SLAPD_OVER_PPOLICY
1016
1017 /* define for Proxy Cache overlay */
1018 #undef SLAPD_OVER_PROXYCACHE
1019
1020 /* define for Referential Integrity overlay */
1021 #undef SLAPD_OVER_REFINT
1022
1023 /* define for Referential Integrity overlay */
1024 #undef SLAPD_OVER_RETCODE
1025
1026 /* define for Rewrite/Remap overlay */
1027 #undef SLAPD_OVER_RWM
1028
1029 /* define for Sequential Modify overlay */
1030 #undef SLAPD_OVER_SEQMOD
1031
1032 /* define for ServerSideSort/VLV overlay */
1033 #undef SLAPD_OVER_SSSVLV
1034
1035 /* define for Syncrepl Provider overlay */
1036 #undef SLAPD_OVER_SYNCPROV
1037
1038 /* define for Translucent Proxy overlay */
1039 #undef SLAPD_OVER_TRANSLUCENT
1040
1041 /* define for Attribute Uniqueness overlay */
1042 #undef SLAPD_OVER_UNIQUE
1043
1044 /* define for Value Sorting overlay */
1045 #undef SLAPD_OVER_VALSORT
1046
1047 /* define to support PASSWD backend */
1048 #undef SLAPD_PASSWD
1049
1050 /* define to support PERL backend */
1051 #undef SLAPD_PERL
1052
1053 /* define to support relay backend */
1054 #undef SLAPD_RELAY
1055
1056 /* define to support reverse lookups */
1057 #undef SLAPD_RLOOKUPS
1058
1059 /* define to support SHELL backend */
1060 #undef SLAPD_SHELL
1061
1062 /* define to support SOCK backend */
1063 #undef SLAPD_SOCK
1064
1065 /* define to support SASL passwords */
1066 #undef SLAPD_SPASSWD
1067
1068 /* define to support SQL backend */
1069 #undef SLAPD_SQL
1070
1071 /* define to support WiredTiger backend */
1072 #undef SLAPD_WT
1073
1074 /* define to support run-time loadable ACL */
1075 #undef SLAP_DYNACL
1076
1077 /* Define to 1 if you have the ANSI C header files. */
1078 #undef STDC_HEADERS
1079
1080 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1081 #undef TIME_WITH_SYS_TIME
1082
1083 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1084 #undef TM_IN_SYS_TIME
1085
1086 /* set to urandom device */
1087 #undef URANDOM_DEVICE
1088
1089 /* define to use OpenSSL BIGNUM for MP */
1090 #undef USE_MP_BIGNUM
1091
1092 /* define to use GMP for MP */
1093 #undef USE_MP_GMP
1094
1095 /* define to use 'long' for MP */
1096 #undef USE_MP_LONG
1097
1098 /* define to use 'long long' for MP */
1099 #undef USE_MP_LONG_LONG
1100
1101 /* Define to 1 if your processor stores words with the most significant byte
1102    first (like Motorola and SPARC, unlike Intel and VAX). */
1103 #undef WORDS_BIGENDIAN
1104
1105 /* Define to the type of arg 3 for `accept'. */
1106 #undef ber_socklen_t
1107
1108 /* Define to `char *' if <sys/types.h> does not define. */
1109 #undef caddr_t
1110
1111 /* Define to empty if `const' does not conform to ANSI C. */
1112 #undef const
1113
1114 /* Define to `int' if <sys/types.h> doesn't define. */
1115 #undef gid_t
1116
1117 /* Define to `int' if <sys/types.h> does not define. */
1118 #undef mode_t
1119
1120 /* Define to `long' if <sys/types.h> does not define. */
1121 #undef off_t
1122
1123 /* Define to `int' if <sys/types.h> does not define. */
1124 #undef pid_t
1125
1126 /* Define to `int' if <signal.h> does not define. */
1127 #undef sig_atomic_t
1128
1129 /* Define to `unsigned' if <sys/types.h> does not define. */
1130 #undef size_t
1131
1132 /* define to snprintf routine */
1133 #undef snprintf
1134
1135 /* Define like ber_socklen_t if <sys/socket.h> does not define. */
1136 #undef socklen_t
1137
1138 /* Define to `signed int' if <sys/types.h> does not define. */
1139 #undef ssize_t
1140
1141 /* Define to `int' if <sys/types.h> doesn't define. */
1142 #undef uid_t
1143
1144 /* define as empty if volatile is not supported */
1145 #undef volatile
1146
1147 /* define to snprintf routine */
1148 #undef vsnprintf
1149
1150
1151 /* begin of portable.h.post */
1152
1153 #ifdef _WIN32
1154         /* don't suck in all of the win32 api */
1155 #       define WIN32_LEAN_AND_MEAN 1
1156 #endif
1157
1158 #ifndef LDAP_NEEDS_PROTOTYPES
1159 /* force LDAP_P to always include prototypes */
1160 #define LDAP_NEEDS_PROTOTYPES 1
1161 #endif
1162
1163 #ifndef LDAP_REL_ENG
1164 #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
1165 #define LDAP_DEVEL
1166 #endif
1167 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
1168 #define LDAP_TEST
1169 #endif
1170 #endif
1171
1172 #ifdef HAVE_STDDEF_H
1173 #       include <stddef.h>
1174 #endif
1175
1176 #ifdef HAVE_EBCDIC 
1177 /* ASCII/EBCDIC converting replacements for stdio funcs
1178  * vsnprintf and snprintf are used too, but they are already
1179  * checked by the configure script
1180  */
1181 #define fputs ber_pvt_fputs
1182 #define fgets ber_pvt_fgets
1183 #define printf ber_pvt_printf
1184 #define fprintf ber_pvt_fprintf
1185 #define vfprintf ber_pvt_vfprintf
1186 #define vsprintf ber_pvt_vsprintf
1187 #endif
1188
1189 #include "ac/fdset.h"
1190
1191 #include "ldap_cdefs.h"
1192 #include "ldap_features.h"
1193
1194 #include "ac/assert.h"
1195 #include "ac/localize.h"
1196
1197 #endif /* _LDAP_PORTABLE_H */
1198 /* end of portable.h.post */
1199