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