2 /* include/portable.nt -- manually updated of MS NT (MS VC5) */
3 /* synced with portable.h.in 1.191 */
5 * Copyright 1998-2004 The OpenLDAP Foundation, Redwood City, California, USA
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted only as authorized by the OpenLDAP
10 * Public License. A copy of this license is available at
11 * http://www.OpenLDAP.org/license.html or in file LICENSE in the
12 * top-level directory of the distribution.
15 #ifndef _LDAP_PORTABLE_H
16 #define _LDAP_PORTABLE_H
21 /* Define if on AIX 3.
22 System headers sometimes define this.
23 We just want to avoid a redefinition error message. */
25 /* #undef _ALL_SOURCE */
28 /* Define to empty if the keyword does not work. */
31 /* Define to `int' if <sys/types.h> doesn't define. */
34 /* Define if you don't have vprintf but do have _doprnt. */
35 /* #undef HAVE_DOPRNT */
37 /* Define if your struct stat has st_blksize. */
38 /* #undef HAVE_ST_BLKSIZE */
40 /* Define if you have the strftime function. */
41 #define HAVE_STRFTIME 1
43 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
44 /* #undef HAVE_SYS_WAIT_H */
46 /* Define if you have the vprintf function. */
47 #define HAVE_VPRINTF 1
49 /* Define if on MINIX. */
52 /* Define if the system does not provide POSIX.1 features except
54 /* #undef _POSIX_1_SOURCE */
56 /* Define if you need to in order for stat and other things to work. */
57 /* #undef _POSIX_SOURCE */
59 /* Define as the return type of signal handlers (int or void). */
60 #define RETSIGTYPE void
62 /* Define to the type of arg1 for select(). */
63 /* #undef SELECT_TYPE_ARG1 */
65 /* Define to the type of args 2, 3 and 4 for select(). */
66 /* #undef SELECT_TYPE_ARG234 */
68 /* Define to the type of arg5 for select(). */
69 /* #undef SELECT_TYPE_ARG5 */
71 /* Define if you have the ANSI C header files. */
72 #define STDC_HEADERS 1
74 /* Define if you can safely include both <sys/time.h> and <time.h>. */
75 /* #undef TIME_WITH_SYS_TIME */
77 /* Define if your <sys/time.h> declares struct tm. */
78 /* #undef TM_IN_SYS_TIME */
80 /* Define to `int' if <sys/types.h> doesn't define. */
83 /* Define if your processor stores words with the most significant
84 byte first (like Motorola and SPARC, unlike Intel and VAX). */
85 /* #undef WORDS_BIGENDIAN */
87 /* define this if needed to get reentrant functions */
89 /* #undef REENTRANT */
92 /* #undef _REENTRANT */
95 /* define this if needed to get threadsafe functions */
97 /* #undef THREADSAFE */
100 /* #undef _THREADSAFE */
103 /* #undef THREAD_SAFE */
106 /* #undef _THREAD_SAFE */
109 #ifndef _SGI_MP_SOURCE
110 /* #undef _SGI_MP_SOURCE */
113 /* These are defined in ldap_features.h */
115 LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
116 LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
117 LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
118 LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
121 /* These are defined in lber_types.h */
129 /* Define if you have the bcopy function. */
130 /* #undef HAVE_BCOPY */
132 /* Define if you have the chroot function. */
133 /* #undef HAVE_CHROOT */
135 /* Define if you have the closesocket function. */
136 #define HAVE_CLOSESOCKET 1
138 /* Define if you have the ctime_r function. */
139 /* #undef HAVE_CTIME_R */
141 /* Define if you have the endgrent function. */
142 /* #undef HAVE_ENDGRENT */
144 /* Define if you have the endpwent function. */
145 /* #undef HAVE_ENDPWENT */
147 /* Define if you have the fcntl function. */
148 /* #undef HAVE_FCNTL */
150 /* Define if you have the flock function. */
151 /* #undef HAVE_FLOCK */
153 /* Define if you have the fstat function. */
154 /* #undef HAVE_FSTAT */
156 /* Define if you have the gai_strerror function. */
157 /* #undef HAVE_GAI_STRERROR */
159 /* Define if you have the getaddrinfo function. */
160 /* #undef HAVE_GETADDRINFO */
162 /* Define if you have the getdtablesize function. */
163 /* #undef HAVE_GETDTABLESIZE */
165 /* Define if you have the getgrgid function. */
166 /* #undef HAVE_GETGRGID */
168 /* Define if you have the gethostbyaddr_r function. */
169 /* #undef HAVE_GETHOSTBYADDR_R */
171 /* Define if you have the gethostbyname_r function. */
172 /* #undef HAVE_GETHOSTBYNAME_R */
174 /* Define if you have the gethostname function. */
175 #define HAVE_GETHOSTNAME 1
177 /* Define if you have the getopt function. */
178 /* #undef HAVE_GETOPT */
180 /* Define if you have the getpass function. */
181 /* #undef HAVE_GETPASS */
183 /* Define if you have the getpassphrase function. */
184 /* #undef HAVE_GETPASSPHRASE */
186 /* Define if you have the getpwnam function. */
187 /* #undef HAVE_GETPWNAM */
189 /* Define if you have the getpwuid function. */
190 /* #undef HAVE_GETPWUID */
192 /* Define if you have the getspnam function. */
193 /* #undef HAVE_GETSPNAM */
195 /* Define if you have the gettimeofday function. */
196 /* #undef HAVE_GETTIMEOFDAY */
198 /* Define if you have the inet_ntop function. */
199 /* #undef HAVE_INET_NTOP */
201 /* Define if you have the initgroups function. */
202 /* #undef HAVE_INITGROUPS */
204 /* Define if you have the lockf function. */
205 /* #undef HAVE_LOCKF */
207 /* Define if you have the memcpy function. */
208 #define HAVE_MEMCPY 1
210 /* Define if you have the memmove function. */
211 #define HAVE_MEMMOVE 1
213 /* Define if you have the mkstemp function. */
214 /* #undef HAVE_MKSTEMP */
216 /* Define if you have the mktemp function. */
217 #define HAVE_MKTEMP 1
219 /* Define if you have the pipe function. */
220 /* #undef HAVE_PIPE */
222 /* Define if you have the pthread_getconcurrency function. */
223 /* #undef HAVE_PTHREAD_GETCONCURRENCY */
225 /* Define if you have the pthread_kill function. */
226 /* #undef HAVE_PTHREAD_KILL */
228 /* Define if you have the pthread_kill_other_threads_np function. */
229 /* #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
231 /* Define if you have the pthread_rwlock_destroy function. */
232 /* #undef HAVE_PTHREAD_RWLOCK_DESTROY */
234 /* Define if you have the pthread_setconcurrency function. */
235 /* #undef HAVE_PTHREAD_SETCONCURRENCY */
237 /* Define if you have the pthread_yield function. */
238 /* #undef HAVE_PTHREAD_YIELD */
240 /* Define if you have the read function. */
243 /* Define if you have the recv function. */
244 /* #undef HAVE_RECV */
246 /* Define if you have the recvfrom function. */
247 /* #undef HAVE_RECVFROM */
249 /* Define if you have the sched_yield function. */
250 /* #undef HAVE_SCHED_YIELD */
252 /* Define if you have the send function. */
253 /* #undef HAVE_SEND */
255 /* Define if you have the sendto function. */
256 /* #undef HAVE_SENDTO */
258 /* Define if you have the setegid function. */
259 /* #undef HAVE_SETEGID */
261 /* Define if you have the seteuid function. */
262 /* #undef HAVE_SETEUID */
264 /* Define if you have the setgid function. */
265 /* #undef HAVE_SETGID */
267 /* Define if you have the setpwfile function. */
268 /* #undef HAVE_SETPWFILE */
270 /* Define if you have the setsid function. */
271 /* #undef HAVE_SETSID */
273 /* Define if you have the setuid function. */
274 /* #undef HAVE_SETUID */
276 /* Define if you have the sigaction function. */
277 /* #undef HAVE_SIGACTION */
279 /* Define if you have the signal function. */
280 #define HAVE_SIGNAL 1
282 /* Define if you have the sigset function. */
283 /* #undef HAVE_SIGSET */
285 /* Define if you have the strdup function. */
286 #define HAVE_STRDUP 1
288 /* Define if you have the strerror function. */
289 #define HAVE_STRERROR 1
291 /* Define if you have the strpbrk function. */
292 #define HAVE_STRPBRK 1
294 /* Define if you have the strrchr function. */
295 #define HAVE_STRRCHR 1
297 /* Define if you have the strsep function. */
298 /* #undef HAVE_STRSEP */
300 /* Define if you have the strspn function. */
301 #define HAVE_STRSPN 1
303 /* Define if you have the strstr function. */
304 #define HAVE_STRSTR 1
306 /* Define if you have the strtol function. */
307 #define HAVE_STRTOL 1
309 /* Define if you have the strtoul function. */
310 #define HAVE_STRTOUL 1
312 /* Define if you have the sysconf function. */
313 /* #undef HAVE_SYSCONF */
315 /* Define if you have the thr_getconcurrency function. */
316 /* #undef HAVE_THR_GETCONCURRENCY */
318 /* Define if you have the thr_setconcurrency function. */
319 /* #undef HAVE_THR_SETCONCURRENCY */
321 /* Define if you have the thr_yield function. */
322 /* #undef HAVE_THR_YIELD */
324 /* Define if you have the usleep function. */
325 /* #undef HAVE_USLEEP */
327 /* Define if you have the vsnprintf function. */
328 #define HAVE_VSNPRINTF 1
330 /* Define if you have the vsprintf function. */
331 #define HAVE_VSPRINTF 1
333 /* Define if you have the wait4 function. */
334 /* #undef HAVE_WAIT4 */
336 /* Define if you have the waitpid function. */
337 /* #undef HAVE_WAITPID */
339 /* Define if you have the write function. */
342 /* Define if you have the <arpa/inet.h> header file. */
343 /* #undef HAVE_ARPA_INET_H */
345 /* Define if you have the <arpa/nameser.h> header file. */
346 /* #undef HAVE_ARPA_NAMESER_H */
348 /* Define if you have the <assert.h> header file. */
349 #define HAVE_ASSERT_H 1
351 /* Define if you have the <conio.h> header file. */
352 #define HAVE_CONIO_H 1
354 /* Define if you have the <crypt.h> header file. */
355 /* #undef HAVE_CRYPT_H */
357 /* Define if you have the <cthread.h> header file. */
358 /* #undef HAVE_CTHREAD_H */
360 /* Define if you have the <db.h> header file. */
363 /* Define if you have the <db_185.h> header file. */
364 /* #undef HAVE_DB_185_H */
366 /* Define if you have the <des.h> header file. */
367 /* #undef HAVE_DES_H */
369 /* Define if you have the <direct.h> header file. */
370 #define HAVE_DIRECT_H 1
372 /* Define if you have the <dirent.h> header file. */
373 /* #undef HAVE_DIRENT_H */
375 /* Define if you have the <errno.h> header file. */
376 #define HAVE_ERRNO_H 1
378 /* Define if you have the <fcntl.h> header file. */
379 #define HAVE_FCNTL_H 1
381 /* Define if you have the <filio.h> header file. */
382 /* #undef HAVE_FILIO_H */
384 /* Define if you have the <gdbm.h> header file. */
385 /* #undef HAVE_GDBM_H */
387 /* Define if you have the <getopt.h> header file. */
388 /* #undef HAVE_GETOPT_H */
390 /* Define if you have the <grp.h> header file. */
391 /* #undef HAVE_GRP_H */
393 /* Define if you have the <heim_err.h> header file. */
394 /* #undef HAVE_HEIM_ERR_H */
396 /* Define if you have the <io.h> header file. */
399 /* Define if you have the <kerberosIV/des.h> header file. */
400 /* #undef HAVE_KERBEROSIV_DES_H */
402 /* Define if you have the <kerberosIV/krb.h> header file. */
403 /* #undef HAVE_KERBEROSIV_KRB_H */
405 /* Define if you have the <krb-archaeology.h> header file. */
406 /* #undef HAVE_KRB_ARCHAEOLOGY_H */
408 /* Define if you have the <krb.h> header file. */
409 /* #undef HAVE_KRB_H */
411 /* Define if you have the <krb5.h> header file. */
412 /* #undef HAVE_KRB5_H */
414 /* Define if you have the <libutil.h> header file. */
415 /* #undef HAVE_LIBUTIL_H */
417 /* Define if you have the <limits.h> header file. */
418 #define HAVE_LIMITS_H 1
420 /* Define if you have the <locale.h> header file. */
421 #define HAVE_LOCALE_H 1
423 /* Define if you have the <ltdl.h> header file. */
424 /* #undef HAVE_LTDL_H */
426 /* Define if you have the <lwp/lwp.h> header file. */
427 /* #undef HAVE_LWP_LWP_H */
429 /* Define if you have the <mach/cthreads.h> header file. */
430 /* #undef HAVE_MACH_CTHREADS_H */
432 /* Define if you have the <malloc.h> header file. */
433 #define HAVE_MALLOC_H 1
435 /* Define if you have the <mdbm.h> header file. */
436 /* #undef HAVE_MDBM_H */
438 /* Define if you have the <memory.h> header file. */
439 #define HAVE_MEMORY_H 1
441 /* Define if you have the <minix/config.h> header file. */
442 /* #undef HAVE_MINIX_CONFIG_H */
444 /* Define if you have the <ncurses.h> header file. */
445 /* #undef HAVE_NCURSES_H */
447 /* Define if you have the <ndbm.h> header file. */
448 /* #undef HAVE_NDBM_H */
450 /* Define if you have the <ndir.h> header file. */
451 /* #undef HAVE_NDIR_H */
453 /* Define if you have the <netinet/tcp.h> header file. */
454 /* #undef HAVE_NETINET_TCP_H */
456 /* Define if you have the <openssl/ssl.h> header file. */
457 /* #undef HAVE_OPENSSL_SSL_H */
459 /* Define if you have the <process.h> header file. */
460 #define HAVE_PROCESS_H 1
462 /* Define if you have the <psap.h> header file. */
463 /* #undef HAVE_PSAP_H */
465 /* Define if you have the <pth.h> header file. */
466 /* #undef HAVE_PTH_H */
468 /* Define if you have the <pthread.h> header file. */
469 /* #undef HAVE_PTHREAD_H */
471 /* Define if you have the <pwd.h> header file. */
472 /* #undef HAVE_PWD_H */
474 /* Define if you have the <readline/history.h> header file. */
475 /* #undef HAVE_READLINE_HISTORY_H */
477 /* Define if you have the <readline/readline.h> header file. */
478 /* #undef HAVE_READLINE_READLINE_H */
480 /* Define if you have the <regex.h> header file. */
481 #define HAVE_REGEX_H 1
483 /* Define if you have the <resolv.h> header file. */
484 /* #undef HAVE_RESOLV_H */
486 /* Define if you have the <sasl.h> header file. */
487 #define HAVE_SASL_H 1
489 /* Define if you have the <sched.h> header file. */
490 /* #undef HAVE_SCHED_H */
492 /* Define if you have the <sgtty.h> header file. */
493 /* #undef HAVE_SGTTY_H */
495 /* Define if you have the <shadow.h> header file. */
496 /* #undef HAVE_SHADOW_H */
498 /* Define if you have the <slp.h> header file. */
499 /* #undef HAVE_SLP_H */
501 /* Define if you have the <ssl.h> header file. */
502 /* #undef HAVE_SSL_H */
504 /* Define if you have the <stddef.h> header file. */
505 #define HAVE_STDDEF_H 1
507 /* Define if you have the <string.h> header file. */
508 #define HAVE_STRING_H 1
510 /* Define if you have the <strings.h> header file. */
511 /* #undef HAVE_STRINGS_H */
513 /* Define if you have the <synch.h> header file. */
514 /* #undef HAVE_SYNCH_H */
516 /* Define if you have the <sys/dir.h> header file. */
517 /* #undef HAVE_SYS_DIR_H */
519 /* Define if you have the <sys/errno.h> header file. */
520 /* #undef HAVE_SYS_ERRNO_H */
522 /* Define if you have the <sys/file.h> header file. */
523 /* #undef HAVE_SYS_FILE_H */
525 /* Define if you have the <sys/filio.h> header file. */
526 /* #undef HAVE_SYS_FILIO_H */
528 /* Define if you have the <sys/ioctl.h> header file. */
529 /* #undef HAVE_SYS_IOCTL_H */
531 /* Define if you have the <sys/ndir.h> header file. */
532 /* #undef HAVE_SYS_NDIR_H */
534 /* Define if you have the <sys/param.h> header file. */
535 /* #undef HAVE_SYS_PARAM_H */
537 /* Define if you have the <sys/queue.h> header file. */
538 /* #undef HAVE_SYS_QUEUE_H */
540 /* Define if you have the <sys/resource.h> header file. */
541 /* #undef HAVE_SYS_RESOURCE_H */
543 /* Define if you have the <sys/select.h> header file. */
544 /* #undef HAVE_SYS_SELECT_H */
546 /* Define if you have the <sys/socket.h> header file. */
547 /* #undef HAVE_SYS_SOCKET_H */
549 /* Define if you have the <sys/syslog.h> header file. */
550 /* #undef HAVE_SYS_SYSLOG_H */
552 /* Define if you have the <sys/time.h> header file. */
553 /* #undef HAVE_SYS_TIME_H */
555 /* Define if you have the <sys/types.h> header file. */
556 #define HAVE_SYS_TYPES_H 1
558 /* Define if you have the <sys/un.h> header file. */
559 /* #undef HAVE_SYS_UN_H */
561 /* Define if you have the <sysexits.h> header file. */
562 /* #undef HAVE_SYSEXITS_H */
564 /* Define if you have the <syslog.h> header file. */
565 /* #undef HAVE_SYSLOG_H */
567 /* Define if you have the <tcl.h> header file. */
568 /* #undef HAVE_TCL_H */
570 /* Define if you have the <tcpd.h> header file. */
571 /* #undef HAVE_TCPD_H */
573 /* Define if you have the <termcap.h> header file. */
574 /* #undef HAVE_TERMCAP_H */
576 /* Define if you have the <termios.h> header file. */
577 /* #undef HAVE_TERMIOS_H */
579 /* Define if you have the <thread.h> header file. */
580 /* #undef HAVE_THREAD_H */
582 /* Define if you have the <unistd.h> header file. */
583 /* #undef HAVE_UNISTD_H */
585 /* Define if you have the <winsock.h> header file. */
586 #define HAVE_WINSOCK_H 1
588 /* Define if you have the <winsock2.h> header file. */
589 #define HAVE_WINSOCK2_H 1
591 /* Define if you have the V3 library (-lV3). */
592 /* #undef HAVE_LIBV3 */
594 /* Define if you have the bind library (-lbind). */
595 /* #undef HAVE_LIBBIND */
597 /* Define if you have the dl library (-ldl). */
598 /* #undef HAVE_LIBDL */
600 /* Define if you have the gen library (-lgen). */
601 /* #undef HAVE_LIBGEN */
603 /* Define if you have the inet library (-linet). */
604 /* #undef HAVE_LIBINET */
606 /* Define if you have the net library (-lnet). */
607 /* #undef HAVE_LIBNET */
609 /* Define if you have the nsl library (-lnsl). */
610 /* #undef HAVE_LIBNSL */
612 /* Define if you have the nsl_s library (-lnsl_s). */
613 /* #undef HAVE_LIBNSL_S */
615 /* Define if you have the resolv library (-lresolv). */
616 /* #undef HAVE_LIBRESOLV */
618 /* Define if you have the socket library (-lsocket). */
619 /* #undef HAVE_LIBSOCKET */
622 #define OPENLDAP_PACKAGE "OpenLDAP"
625 #define OPENLDAP_VERSION "2.X"
628 /* #undef LDAP_VENDOR_VERSION */
631 /* #undef LDAP_VENDOR_VERSION_MAJOR */
634 /* #undef LDAP_VENDOR_VERSION_MINOR */
637 /* #undef LDAP_VENDOR_VERSION_PATCH */
639 /* define this if you have mkversion */
640 /* #undef HAVE_MKVERSION */
642 /* defined to be the EXE extension */
643 #define EXEEXT ".exe"
645 /* define if you have AIX security lib */
646 /* #undef HAVE_AIX_SECURITY */
648 /* define if you have libtool -ltdl */
649 /* #undef HAVE_LIBLTDL */
651 /* define if system uses EBCDIC instead of ASCII */
652 /* #undef HAVE_EBCDIC */
654 /* Define if TIOCGWINSZ requires sys/ioctl.h */
655 /* #undef GWINSZ_IN_SYS_IOCTL */
657 /* define if you have POSIX termios */
658 /* #undef HAVE_POSIX_TERMIOS */
660 /* define if you have winsock */
661 #define HAVE_WINSOCK 1
663 /* define if you have winsock2 */
664 #define HAVE_WINSOCK2 1
666 /* define if you have res_query() */
667 /* #undef HAVE_RES_QUERY */
669 /* define if you have HEIMDAL Kerberos */
670 /* #undef HAVE_HEIMDAL_KERBEROS */
672 /* define if you have Kerberos V */
673 /* #undef HAVE_KRB5 */
675 /* define if you have Kerberos V with IV support */
676 /* #undef HAVE_KRB425 */
678 /* define if you have Kerberos IV */
679 /* #undef HAVE_KRB4 */
681 /* define if you have Kerberos des_debug */
682 /* #undef HAVE_DES_DEBUG */
684 /* define if you have Kerberos IV */
685 /* #undef HAVE_KRB4 */
687 /* define if you have Kth Kerberos */
688 /* #undef HAVE_KTH_KERBEROS */
690 /* define if you have Kerberos */
691 /* #undef HAVE_KERBEROS */
693 /* define if you have SSLeay or OpenSSL */
694 /* #undef HAVE_SSLEAY */
696 /* define if you have RSAref */
697 /* #undef HAVE_RSAREF */
699 /* define if you have TLS */
700 /* #undef HAVE_TLS */
702 /* define to support LAN Manager passwords */
703 /* #undef SLAPD_LMHASH */
705 /* set to the number of arguments ctime_r() expects */
706 /* #undef CTIME_R_NARGS */
708 /* set to the number of arguments gethostbyname_r() expects */
709 /* #undef GETHOSTBYNAME_R_NARGS */
711 /* set to the number of arguments gethostbyaddr_r() expects */
712 /* #undef GETHOSTBYADDR_R_NARGS */
714 /* if you have NT Threads */
715 /* #undef HAVE_NT_THREADS */
717 /* if you have NT Service Manager */
718 /* #undef HAVE_NT_SERVICE_MANAGER */
720 /* if you have NT Event Log */
721 /* #undef HAVE_NT_EVENT_LOG */
723 /* define if pthreads API compatible with final spec */
724 /* #undef HAVE_PTHREADS_FINAL */
726 /* define if pthreads API compatible with draft4 spec */
727 /* #undef HAVE_PTHREADS_D4 */
729 /* if you have LinuxThreads */
730 /* #undef HAVE_LINUX_THREADS */
732 /* define if you have POSIX Threads */
733 /* #undef HAVE_PTHREADS */
735 /* Define if you have the sched_yield function. */
736 /* #undef HAVE_SCHED_YIELD */
738 /* define if you have pthread_detach function */
739 /* #undef HAVE_PTHREAD_DETACH */
741 /* define if you have Mach Cthreads */
742 /* #undef HAVE_MACH_CTHREADS */
744 /* if you have GNU Pth */
745 /* #undef HAVE_GNU_PTH */
747 /* if you have Solaris LWP (thr) package */
748 /* #undef HAVE_THR */
750 /* if you have SunOS LWP package */
751 /* #undef HAVE_LWP */
753 /* define if select implicitly yields */
754 #define HAVE_YIELDING_SELECT 1
756 /* if you have LinuxThreads */
757 /* #undef HAVE_LINUX_THREADS */
759 /* define if you have (or want) no threads */
760 /* #undef NO_THREADS */
762 /* define if Berkeley DB has DB_THREAD support */
763 /* #undef HAVE_BERKELEY_DB_THREAD */
765 /* define this if Berkeley DB is available */
766 #define HAVE_BERKELEY_DB 1
768 /* define this to use DBHASH w/ LDBM backend */
769 /* #undef LDBM_USE_DBHASH */
771 /* define this to use DBBTREE w/ LDBM backend */
772 #define LDBM_USE_DBBTREE 1
774 /* define if MDBM is available */
775 /* #undef HAVE_MDBM */
777 /* define if GNU DBM is available */
778 /* #undef HAVE_GDBM */
780 /* define if NDBM is available */
781 /* #undef HAVE_NDBM */
783 /* define if LDAP libs are dynamic */
784 /* #undef LDAP_LIBS_DYNAMIC */
786 /* define if you have -lwrap */
787 /* #undef HAVE_TCPD */
789 /* define if you have -ltermcap */
790 /* #undef HAVE_TERMCAP */
792 /* define if you have -lncurses */
793 /* #undef HAVE_NCURSES */
795 /* define if you have no termcap support */
798 /* define if you have Cyrus SASL */
799 #define HAVE_CYRUS_SASL 1
801 /* set to urandom device */
802 /* #undef URANDOM_DEVICE */
804 /* define if you actually have FreeBSD fetch(3) */
805 /* #undef HAVE_FETCH */
807 /* define if you have -lreadline */
808 /* #undef HAVE_READLINE */
810 /* define if crypt(3) is available */
811 /* #undef HAVE_CRYPT */
813 /* define if setproctitle(3) is available */
814 /* #undef HAVE_SETPROCTITLE */
816 /* define if you have -lslp */
817 /* #undef HAVE_SLP */
819 /* define if you have `long long' */
820 #define HAVE_LONG_LONG 1
822 /* Define to `int' if <sys/types.h> does not define. */
825 /* Define to `long' if <sys/types.h> does not define. */
828 /* Define to `int' if <sys/types.h> does not define. */
831 /* Define if system has ptrdiff_t type */
832 #define HAVE_PTRDIFF_T 1
834 /* Define to `unsigned' if <sys/types.h> does not define. */
837 /* Define to `signed int' if <sys/types.h> does not define. */
838 /* #undef ssize_t signed int */
840 /* Define to `char *' if <sys/types.h> does not define. */
841 #define caddr_t char *
843 /* define to int if socklen_t is not available */
844 #define socklen_t int
846 /* define to atomic type if sig_atomic_t is not available */
847 /* #undef sig_atomic_t */
849 /* define if struct passwd has pw_gecos */
850 /* #undef HAVE_PW_GECOS */
852 /* define if struct passwd has pw_passwd */
853 /* #undef HAVE_PW_PASSWD */
855 /* define if toupper() requires islower() */
856 #define C_UPPER_LOWER 1
858 /* define as empty if volatile is not supported */
859 /* #undef volatile */
861 /* define if cross compiling */
862 /* #undef CROSS_COMPILING */
864 /* The number of bytes in type short */
865 #define SIZEOF_SHORT 2
867 /* The number of bytes in type int */
870 /* The number of bytes in type long */
871 #define SIZEOF_LONG 4
873 /* define to you inet_aton(3) is available */
874 /* #undef HAVE_INET_ATON */
876 /* if you have spawnlp() */
877 #define HAVE_SPAWNLP 1
879 /* define to snprintf routine */
880 #define snprintf _snprintf
882 /* define to vsnprintf routine */
883 #define vsnprintf _vsnprintf
885 /* define if sys_errlist is not declared in stdio.h or errno.h */
886 /* #undef DECL_SYS_ERRLIST */
888 /* define if you actually have sys_errlist in your libs */
889 #define HAVE_SYS_ERRLIST 1
891 /* define this to add debugging code */
892 /* #undef LDAP_DEBUG */
894 /* define this to add syslog code */
895 /* #undef LDAP_SYSLOG */
897 /* define this to remove -lldap cache support */
898 /* #undef LDAP_NOCACHE */
900 /* define this for LDAP process title support */
901 /* #undef LDAP_PROCTITLE */
903 /* define to support PF_LOCAL */
904 /* #undef LDAP_PF_LOCAL */
906 /* define to support PF_INET6 */
907 /* #undef LDAP_PF_INET6 */
909 /* define to support cleartext passwords */
910 #define SLAPD_CLEARTEXT 1
912 /* define to support crypt(3) passwords */
913 /* #undef SLAPD_CRYPT */
915 /* define to support Kerberos passwords */
916 /* #undef SLAPD_KPASSWD */
918 /* define to support SASL passwords */
919 /* #undef SLAPD_SPASSWD */
921 /* define to support phonetic */
922 /* #undef SLAPD_PHONETIC */
924 /* define to support reverse lookups */
925 /* #undef SLAPD_RLOOKUPS */
927 /* define to support per-object ACIs */
928 /* #undef SLAPD_ACI_ENABLED */
930 /* define to support modules */
931 /* #undef SLAPD_MODULES */
933 /* define to support BDB backend */
936 /* define to support dynamic BDB backend */
937 /* #undef SLAPD_BDB_DYNAMIC */
939 /* define to support DNS SRV backend */
940 /* #undef SLAPD_DNSSRV */
942 /* define to support dynamic DNS SRV backend */
943 /* #undef SLAPD_DNSSRV_DYNAMIC */
945 /* define to support LDAP backend */
946 /* #undef SLAPD_LDAP */
948 /* define to support dynamic LDAP backend */
949 /* #undef SLAPD_LDAP_DYNAMIC */
951 /* define to support LDBM backend */
952 /* #undef SLAPD_LDBM 1 */
954 /* define to support dynamic LDBM backend */
955 /* #undef SLAPD_LDBM_DYNAMIC */
957 /* define to support LDAP Metadirectory backend */
958 /* #undef SLAPD_META */
960 /* define to support dynamic LDAP Metadirectory backend */
961 /* #undef SLAPD_META_DYNAMIC */
963 /* define to support cn=Monitor backend */
964 #define SLAPD_MONITOR 1
966 /* define to support dynamic cn=Monitor backend */
967 /* #undef SLAPD_MONITOR_DYNAMIC */
969 /* define to support NULL backend */
970 /* #undef SLAPD_NULL */
972 /* define to support dynamic NULL backend */
973 /* #undef SLAPD_NULL_DYNAMIC */
975 /* define to support PASSWD backend */
976 /* #undef SLAPD_PASSWD */
978 /* define to support dynamic PASSWD backend */
979 /* #undef SLAPD_PASSWD_DYNAMIC */
981 /* define to support PERL backend */
982 /* #undef SLAPD_PERL */
984 /* define to support dynamic PERL backend */
985 /* #undef SLAPD_PERL_DYNAMIC */
987 /* define to support SHELL backend */
988 /* #undef SLAPD_SHELL */
990 /* define to support dynamic SHELL backend */
991 /* #undef SLAPD_SHELL_DYNAMIC */
993 /* define to support TCL backend */
994 /* #undef SLAPD_TCL */
996 /* define to support dynamic TCL backend */
997 /* #undef SLAPD_TCL_DYNAMIC */
999 /* define to support SQL backend */
1000 /* #undef SLAPD_SQL */
1002 /* define to support dynamic SQL backend */
1003 /* #undef SLAPD_SQL_DYNAMIC */
1005 /* define to enable rewriting in back-ldap and back-meta */
1006 /* #undef ENABLE_REWRITE */
1009 /* begin of postamble */
1012 /* don't suck in all of the win32 api */
1013 # define WIN32_LEAN_AND_MEAN 1
1015 #if !defined(_WINNT) && !defined(_WIN95)
1019 #if defined( _MT ) && defined( _WINNT )
1020 #define HAVE_NT_THREADS 1
1022 #define NO_THREADS 1
1025 #ifdef HAVE_NT_THREADS
1026 /* enable WINNT specific features only if we have NT THREADS */
1027 #define HAVE_NT_SERVICE_MANAGER 1
1028 #define HAVE_NT_EVENT_LOG 1
1031 #if defined( _DEBUG ) && !defined( LDAP_DEBUG )
1032 /* #define LDAP_MEMORY_DEBUG 1 */
1033 #define LDAP_DEBUG 1
1036 #define strcasecmp stricmp
1037 #define strncasecmp strnicmp
1039 /* define type for ssize_t */
1040 typedef signed int ssize_t;
1044 #ifndef LDAP_NEEDS_PROTOTYPES
1045 /* force LDAP_P to always include prototypes */
1046 #define LDAP_NEEDS_PROTOTYPES 1
1049 #ifdef HAVE_STDDEF_H
1050 # include <stddef.h>
1053 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
1057 #include "ldap_cdefs.h"
1058 #include "ldap_features.h"
1060 #include "ac/assert.h"
1061 #include "ac/localize.h"
1063 #endif /* _LDAP_PORTABLE_H */