1 /* include/portable.h.in. Generated automatically from configure.in by autoheader. */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 * Copyright 1998-2004 The OpenLDAP Foundation
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted only as authorized by the OpenLDAP
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>.
16 #ifndef _LDAP_PORTABLE_H
17 #define _LDAP_PORTABLE_H
22 /* Define to empty if the keyword does not work. */
25 /* Define to `int' if <sys/types.h> doesn't define. */
28 /* Define if you don't have vprintf but do have _doprnt. */
31 /* Define if your struct stat has st_blksize. */
32 #undef HAVE_ST_BLKSIZE
34 /* Define if you have the strftime function. */
37 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
38 #undef HAVE_SYS_WAIT_H
40 /* Define if you have the vprintf function. */
43 /* Define as the return type of signal handlers (int or void). */
46 /* Define to the type of arg1 for select(). */
47 #undef SELECT_TYPE_ARG1
49 /* Define to the type of args 2, 3 and 4 for select(). */
50 #undef SELECT_TYPE_ARG234
52 /* Define to the type of arg5 for select(). */
53 #undef SELECT_TYPE_ARG5
55 /* Define if you have the ANSI C header files. */
58 /* Define if you can safely include both <sys/time.h> and <time.h>. */
59 #undef TIME_WITH_SYS_TIME
61 /* Define if your <sys/time.h> declares struct tm. */
64 /* Define to `int' if <sys/types.h> doesn't define. */
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
71 /* define this if needed to get reentrant functions */
79 /* define this if needed to get threadsafe functions */
93 #ifndef _SGI_MP_SOURCE
97 /* These are defined in ldap_features.h */
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
105 /* These are defined in lber_types.h */
113 /* Define if you have the bcopy function. */
116 /* Define if you have the chroot function. */
119 /* Define if you have the closesocket function. */
120 #undef HAVE_CLOSESOCKET
122 /* Define if you have the ctime_r function. */
125 /* Define if you have the endgrent function. */
128 /* Define if you have the endpwent function. */
131 /* Define if you have the fcntl function. */
134 /* Define if you have the flock function. */
137 /* Define if you have the fstat function. */
140 /* Define if you have the gai_strerror function. */
141 #undef HAVE_GAI_STRERROR
143 /* Define if you have the getaddrinfo function. */
144 #undef HAVE_GETADDRINFO
146 /* Define if you have the getdtablesize function. */
147 #undef HAVE_GETDTABLESIZE
149 /* Define if you have the getgrgid function. */
152 /* Define if you have the gethostbyaddr_r function. */
153 #undef HAVE_GETHOSTBYADDR_R
155 /* Define if you have the gethostbyname_r function. */
156 #undef HAVE_GETHOSTBYNAME_R
158 /* Define if you have the gethostname function. */
159 #undef HAVE_GETHOSTNAME
161 /* Define if you have the getnameinfo function. */
162 #undef HAVE_GETNAMEINFO
164 /* Define if you have the getopt function. */
167 /* Define if you have the getpass function. */
170 /* Define if you have the getpassphrase function. */
171 #undef HAVE_GETPASSPHRASE
173 /* Define if you have the getpeereid function. */
174 #undef HAVE_GETPEEREID
176 /* Define if you have the getpwnam function. */
179 /* Define if you have the getpwuid function. */
182 /* Define if you have the getspnam function. */
185 /* Define if you have the gettimeofday function. */
186 #undef HAVE_GETTIMEOFDAY
188 /* Define if you have the hstrerror function. */
189 #undef HAVE_HSTRERROR
191 /* Define if you have the inet_ntop function. */
192 #undef HAVE_INET_NTOP
194 /* Define if you have the initgroups function. */
195 #undef HAVE_INITGROUPS
197 /* Define if you have the lockf function. */
200 /* Define if you have the memcpy function. */
203 /* Define if you have the memmove function. */
206 /* Define if you have the mkstemp function. */
209 /* Define if you have the mktemp function. */
212 /* Define if you have the pipe function. */
215 /* Define if you have the poll function. */
218 /* Define if you have the pthread_getconcurrency function. */
219 #undef HAVE_PTHREAD_GETCONCURRENCY
221 /* Define if you have the pthread_kill function. */
222 #undef HAVE_PTHREAD_KILL
224 /* Define if you have the pthread_kill_other_threads_np function. */
225 #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP
227 /* Define if you have the pthread_rwlock_destroy function. */
228 #undef HAVE_PTHREAD_RWLOCK_DESTROY
230 /* Define if you have the pthread_setconcurrency function. */
231 #undef HAVE_PTHREAD_SETCONCURRENCY
233 /* Define if you have the pthread_yield function. */
234 #undef HAVE_PTHREAD_YIELD
236 /* Define if you have the read function. */
239 /* Define if you have the recv function. */
242 /* Define if you have the recvfrom function. */
245 /* Define if you have the sched_yield function. */
246 #undef HAVE_SCHED_YIELD
248 /* Define if you have the send function. */
251 /* Define if you have the sendmsg function. */
254 /* Define if you have the sendto function. */
257 /* Define if you have the setegid function. */
260 /* Define if you have the seteuid function. */
263 /* Define if you have the setgid function. */
266 /* Define if you have the setpwfile function. */
267 #undef HAVE_SETPWFILE
269 /* Define if you have the setsid function. */
272 /* Define if you have the setuid function. */
275 /* Define if you have the sigaction function. */
276 #undef HAVE_SIGACTION
278 /* Define if you have the signal function. */
281 /* Define if you have the sigset function. */
284 /* Define if you have the snprintf function. */
287 /* Define if you have the strdup function. */
290 /* Define if you have the strerror function. */
293 /* Define if you have the strerror_r function. */
294 #undef HAVE_STRERROR_R
296 /* Define if you have the strpbrk function. */
299 /* Define if you have the strrchr function. */
302 /* Define if you have the strsep function. */
305 /* Define if you have the strspn function. */
308 /* Define if you have the strstr function. */
311 /* Define if you have the strtol function. */
314 /* Define if you have the strtoll function. */
317 /* Define if you have the strtoq function. */
320 /* Define if you have the strtoul function. */
323 /* Define if you have the strtouq function. */
326 /* Define if you have the sysconf function. */
329 /* Define if you have the thr_getconcurrency function. */
330 #undef HAVE_THR_GETCONCURRENCY
332 /* Define if you have the thr_setconcurrency function. */
333 #undef HAVE_THR_SETCONCURRENCY
335 /* Define if you have the thr_yield function. */
336 #undef HAVE_THR_YIELD
338 /* Define if you have the usleep function. */
341 /* Define if you have the vsnprintf function. */
342 #undef HAVE_VSNPRINTF
344 /* Define if you have the wait4 function. */
347 /* Define if you have the waitpid function. */
350 /* Define if you have the write function. */
353 /* Define if you have the <arpa/inet.h> header file. */
354 #undef HAVE_ARPA_INET_H
356 /* Define if you have the <arpa/nameser.h> header file. */
357 #undef HAVE_ARPA_NAMESER_H
359 /* Define if you have the <assert.h> header file. */
362 /* Define if you have the <bits/types.h> header file. */
363 #undef HAVE_BITS_TYPES_H
365 /* Define if you have the <bn.h> header file. */
368 /* Define if you have the <conio.h> header file. */
371 /* Define if you have the <crypt.h> header file. */
374 /* Define if you have the <crypto.h> header file. */
377 /* Define if you have the <cthreads.h> header file. */
378 #undef HAVE_CTHREADS_H
380 /* Define if you have the <db.h> header file. */
383 /* Define if you have the <db_185.h> header file. */
386 /* Define if you have the <des.h> header file. */
389 /* Define if you have the <direct.h> header file. */
392 /* Define if you have the <dirent.h> header file. */
395 /* Define if you have the <dlfcn.h> header file. */
398 /* Define if you have the <errno.h> header file. */
401 /* Define if you have the <fcntl.h> header file. */
404 /* Define if you have the <filio.h> header file. */
407 /* Define if you have the <gdbm.h> header file. */
410 /* Define if you have the <getopt.h> header file. */
413 /* Define if you have the <gmp.h> header file. */
416 /* Define if you have the <grp.h> header file. */
419 /* Define if you have the <heim_err.h> header file. */
420 #undef HAVE_HEIM_ERR_H
422 /* Define if you have the <io.h> header file. */
425 /* Define if you have the <kerberosIV/des.h> header file. */
426 #undef HAVE_KERBEROSIV_DES_H
428 /* Define if you have the <kerberosIV/krb.h> header file. */
429 #undef HAVE_KERBEROSIV_KRB_H
431 /* Define if you have the <krb-archaeology.h> header file. */
432 #undef HAVE_KRB_ARCHAEOLOGY_H
434 /* Define if you have the <krb.h> header file. */
437 /* Define if you have the <krb5.h> header file. */
440 /* Define if you have the <libutil.h> header file. */
441 #undef HAVE_LIBUTIL_H
443 /* Define if you have the <limits.h> header file. */
446 /* Define if you have the <locale.h> header file. */
449 /* Define if you have the <ltdl.h> header file. */
452 /* Define if you have the <lwp/lwp.h> header file. */
453 #undef HAVE_LWP_LWP_H
455 /* Define if you have the <mach/cthreads.h> header file. */
456 #undef HAVE_MACH_CTHREADS_H
458 /* Define if you have the <malloc.h> header file. */
461 /* Define if you have the <mdbm.h> header file. */
464 /* Define if you have the <memory.h> header file. */
467 /* Define if you have the <ndbm.h> header file. */
470 /* Define if you have the <ndir.h> header file. */
473 /* Define if you have the <netinet/tcp.h> header file. */
474 #undef HAVE_NETINET_TCP_H
476 /* Define if you have the <openssl/bn.h> header file. */
477 #undef HAVE_OPENSSL_BN_H
479 /* Define if you have the <openssl/crypto.h> header file. */
480 #undef HAVE_OPENSSL_CRYPTO_H
482 /* Define if you have the <openssl/ssl.h> header file. */
483 #undef HAVE_OPENSSL_SSL_H
485 /* Define if you have the <poll.h> header file. */
488 /* Define if you have the <process.h> header file. */
489 #undef HAVE_PROCESS_H
491 /* Define if you have the <psap.h> header file. */
494 /* Define if you have the <pth.h> header file. */
497 /* Define if you have the <pthread.h> header file. */
498 #undef HAVE_PTHREAD_H
500 /* Define if you have the <pwd.h> header file. */
503 /* Define if you have the <regex.h> header file. */
506 /* Define if you have the <resolv.h> header file. */
509 /* Define if you have the <sasl.h> header file. */
512 /* Define if you have the <sasl/sasl.h> header file. */
513 #undef HAVE_SASL_SASL_H
515 /* Define if you have the <sched.h> header file. */
518 /* Define if you have the <sgtty.h> header file. */
521 /* Define if you have the <shadow.h> header file. */
524 /* Define if you have the <slp.h> header file. */
527 /* Define if you have the <sql.h> header file. */
530 /* Define if you have the <sqlext.h> header file. */
533 /* Define if you have the <ssl.h> header file. */
536 /* Define if you have the <stddef.h> header file. */
539 /* Define if you have the <string.h> header file. */
542 /* Define if you have the <strings.h> header file. */
543 #undef HAVE_STRINGS_H
545 /* Define if you have the <synch.h> header file. */
548 /* Define if you have the <sys/dir.h> header file. */
549 #undef HAVE_SYS_DIR_H
551 /* Define if you have the <sys/errno.h> header file. */
552 #undef HAVE_SYS_ERRNO_H
554 /* Define if you have the <sys/file.h> header file. */
555 #undef HAVE_SYS_FILE_H
557 /* Define if you have the <sys/filio.h> header file. */
558 #undef HAVE_SYS_FILIO_H
560 /* Define if you have the <sys/ioctl.h> header file. */
561 #undef HAVE_SYS_IOCTL_H
563 /* Define if you have the <sys/ndir.h> header file. */
564 #undef HAVE_SYS_NDIR_H
566 /* Define if you have the <sys/param.h> header file. */
567 #undef HAVE_SYS_PARAM_H
569 /* Define if you have the <sys/resource.h> header file. */
570 #undef HAVE_SYS_RESOURCE_H
572 /* Define if you have the <sys/select.h> header file. */
573 #undef HAVE_SYS_SELECT_H
575 /* Define if you have the <sys/socket.h> header file. */
576 #undef HAVE_SYS_SOCKET_H
578 /* Define if you have the <sys/stat.h> header file. */
579 #undef HAVE_SYS_STAT_H
581 /* Define if you have the <sys/syslog.h> header file. */
582 #undef HAVE_SYS_SYSLOG_H
584 /* Define if you have the <sys/time.h> header file. */
585 #undef HAVE_SYS_TIME_H
587 /* Define if you have the <sys/types.h> header file. */
588 #undef HAVE_SYS_TYPES_H
590 /* Define if you have the <sys/ucred.h> header file. */
591 #undef HAVE_SYS_UCRED_H
593 /* Define if you have the <sys/uio.h> header file. */
594 #undef HAVE_SYS_UIO_H
596 /* Define if you have the <sys/un.h> header file. */
599 /* Define if you have the <sys/uuid.h> header file. */
600 #undef HAVE_SYS_UUID_H
602 /* Define if you have the <sysexits.h> header file. */
603 #undef HAVE_SYSEXITS_H
605 /* Define if you have the <syslog.h> header file. */
608 /* Define if you have the <tcpd.h> header file. */
611 /* Define if you have the <termios.h> header file. */
612 #undef HAVE_TERMIOS_H
614 /* Define if you have the <thread.h> header file. */
617 /* Define if you have the <unistd.h> header file. */
620 /* Define if you have the <winsock.h> header file. */
621 #undef HAVE_WINSOCK_H
623 /* Define if you have the <winsock2.h> header file. */
624 #undef HAVE_WINSOCK2_H
626 /* Define if you have the V3 library (-lV3). */
629 /* Define if you have the bind library (-lbind). */
632 /* Define if you have the gen library (-lgen). */
635 /* Define if you have the inet library (-linet). */
638 /* Define if you have the net library (-lnet). */
641 /* Define if you have the nsl library (-lnsl). */
644 /* Define if you have the nsl_s library (-lnsl_s). */
647 /* Define if you have the resolv library (-lresolv). */
648 #undef HAVE_LIBRESOLV
650 /* Define if you have the socket library (-lsocket). */
651 #undef HAVE_LIBSOCKET
654 #undef OPENLDAP_PACKAGE
657 #undef OPENLDAP_VERSION
660 #undef LDAP_VENDOR_VERSION
663 #undef LDAP_VENDOR_VERSION_MAJOR
666 #undef LDAP_VENDOR_VERSION_MINOR
669 #undef LDAP_VENDOR_VERSION_PATCH
671 /* define this if you have mkversion */
672 #undef HAVE_MKVERSION
674 /* defined to be the EXE extension */
677 /* define if you have AIX security lib */
678 #undef HAVE_AIX_SECURITY
680 /* define to use both <string.h> and <strings.h> */
681 #undef BOTH_STRINGS_H
683 /* define if you have libtool -ltdl */
686 /* define if system uses EBCDIC instead of ASCII */
689 /* Define if TIOCGWINSZ requires sys/ioctl.h */
690 #undef GWINSZ_IN_SYS_IOCTL
692 /* define if you have POSIX termios */
693 #undef HAVE_POSIX_TERMIOS
695 /* define if you have winsock */
698 /* define if you have winsock2 */
701 /* define if sys_errlist is not declared in stdio.h or errno.h */
702 #undef DECL_SYS_ERRLIST
704 /* define if you actually have sys_errlist in your libs */
705 #undef HAVE_SYS_ERRLIST
707 /* define if strerror_r returns char* instead of int */
708 #undef HAVE_NONPOSIX_STRERROR_R
710 /* define if sys_errlist is not declared in stdio.h or errno.h */
711 #undef DECL_SYS_ERRLIST
713 /* define if you actually have sys_errlist in your libs */
714 #undef HAVE_SYS_ERRLIST
716 /* define if you have uuid_to_str() */
717 #undef HAVE_UUID_TO_STR
719 /* define if you have res_query() */
720 #undef HAVE_RES_QUERY
722 /* define if you have HEIMDAL Kerberos */
723 #undef HAVE_HEIMDAL_KERBEROS
725 /* define if you have Kerberos V */
728 /* define if you have Kerberos V with IV support */
731 /* define if you have Kerberos IV */
734 /* define if you have Kerberos des_debug */
735 #undef HAVE_DES_DEBUG
737 /* define if you have Kerberos IV */
740 /* define if you have Kth Kerberos */
741 #undef HAVE_KTH_KERBEROS
743 /* define if you have Kerberos */
746 /* define if you have SSLeay or OpenSSL */
749 /* define if you have RSAref */
752 /* define if you have OpenSSL with CRL checking capability */
753 #undef HAVE_OPENSSL_CRL
755 /* define if you have TLS */
758 /* define to support LAN Manager passwords */
761 /* if you have NT Threads */
762 #undef HAVE_NT_THREADS
764 /* if you have NT Service Manager */
765 #undef HAVE_NT_SERVICE_MANAGER
767 /* if you have NT Event Log */
768 #undef HAVE_NT_EVENT_LOG
770 /* define to pthreads API spec revision */
773 /* if you have LinuxThreads */
774 #undef HAVE_LINUX_THREADS
776 /* Define if you have the sched_yield function. */
777 #undef HAVE_SCHED_YIELD
779 /* define if you have pthread_detach function */
780 #undef HAVE_PTHREAD_DETACH
782 /* define if you have Mach Cthreads */
783 #undef HAVE_MACH_CTHREADS
785 /* if you have GNU Pth */
788 /* if you have Solaris LWP (thr) package */
791 /* if you have SunOS LWP package */
794 /* define if select implicitly yields */
795 #undef HAVE_YIELDING_SELECT
797 /* if you have LinuxThreads */
798 #undef HAVE_LINUX_THREADS
800 /* define if you have (or want) no threads */
803 /* set to the number of arguments ctime_r() expects */
806 /* set to the number of arguments gethostbyname_r() expects */
807 #undef GETHOSTBYNAME_R_NARGS
809 /* set to the number of arguments gethostbyaddr_r() expects */
810 #undef GETHOSTBYADDR_R_NARGS
812 /* define if Berkeley DB has DB_THREAD support */
813 #undef HAVE_BERKELEY_DB_THREAD
815 /* define this if Berkeley DB is available */
816 #undef HAVE_BERKELEY_DB
818 /* define this to use DBHASH w/ LDBM backend */
819 #undef LDBM_USE_DBHASH
821 /* define this to use DBBTREE w/ LDBM backend */
822 #undef LDBM_USE_DBBTREE
824 /* define if MDBM is available */
827 /* define if GNU DBM is available */
830 /* define if NDBM is available */
833 /* define if LDAP libs are dynamic */
834 #undef LDAP_LIBS_DYNAMIC
836 /* define if you have -lwrap */
839 /* define if you have Cyrus SASL */
840 #undef HAVE_CYRUS_SASL
842 /* define if your SASL library has sasl_version() */
843 #undef HAVE_SASL_VERSION
845 /* set to urandom device */
846 #undef URANDOM_DEVICE
848 /* define if you actually have FreeBSD fetch(3) */
851 /* define if crypt(3) is available */
854 /* define if setproctitle(3) is available */
855 #undef HAVE_SETPROCTITLE
857 /* define if you have -lslp */
860 /* define if you have SSLeay or OpenSSL's BIGNUM */
863 /* define if you have -lgmp */
866 /* define if you have 'long long' */
867 #undef HAVE_LONG_LONG
869 /* Define to `int' if <sys/types.h> does not define. */
872 /* Define to `long' if <sys/types.h> does not define. */
875 /* Define to `int' if <sys/types.h> does not define. */
878 /* Define if system has ptrdiff_t type */
879 #undef HAVE_PTRDIFF_T
881 /* Define to `unsigned' if <sys/types.h> does not define. */
884 /* Define to `signed int' if <sys/types.h> does not define. */
887 /* Define to `char *' if <sys/types.h> does not define. */
890 /* define to int if socklen_t is not available */
893 /* define to atomic type if sig_atomic_t is not available */
896 /* define if struct passwd has pw_gecos */
899 /* define if struct passwd has pw_passwd */
900 #undef HAVE_PW_PASSWD
902 /* define if toupper() requires islower() */
905 /* define as empty if volatile is not supported */
908 /* define if cross compiling */
909 #undef CROSS_COMPILING
911 /* The number of bytes in type short */
914 /* The number of bytes in type int */
917 /* The number of bytes in type long */
920 /* The number of bytes in type wchar_t */
921 #undef SIZEOF_WCHAR_T
923 /* define to you inet_aton(3) is available */
924 #undef HAVE_INET_ATON
926 /* if you have spawnlp() */
929 /* define to snprintf routine */
932 /* define to vsnprintf routine */
935 /* define if struct msghdr has msg_accrights */
936 #undef HAVE_MSGHDR_MSG_ACCRIGHTS
938 /* define to snprintf routine */
941 /* define to snprintf routine */
944 /* define if you have libtool -ltdl */
947 /* define this to add SLAPI code */
950 /* define this to add debugging code */
953 /* define this to add syslog code */
956 /* define this for LDAP process title support */
957 #undef LDAP_PROCTITLE
959 /* define to support PF_LOCAL */
962 /* define to support PF_INET6 */
965 /* define to support cleartext passwords */
966 #undef SLAPD_CLEARTEXT
968 /* define to support crypt(3) passwords */
971 /* define to support SASL passwords */
974 /* define to support multimaster replication */
975 #undef SLAPD_MULTIMASTER
977 /* define to support reverse lookups */
978 #undef SLAPD_RLOOKUPS
980 /* define to support per-object ACIs */
981 #undef SLAPD_ACI_ENABLED
983 /* define to support modules */
986 /* statically linked module */
987 #undef SLAPD_MOD_STATIC
989 /* dynamically linked module */
990 #undef SLAPD_MOD_DYNAMIC
992 /* define to support BDB backend */
995 /* define to support DNS SRV backend */
998 /* define to support HDB backend */
1001 /* define to support LDAP backend */
1004 /* define to support LDBM backend */
1007 /* define to support LDAP Metadirectory backend */
1010 /* define to support cn=Monitor backend */
1011 #undef SLAPD_MONITOR
1013 /* define to support NULL backend */
1016 /* define to support PASSWD backend */
1019 /* define to support PERL backend */
1022 /* define to support relay backend */
1025 /* define to support SHELL backend */
1028 /* define to support SQL backend */
1031 /* define for Dynamic Group overlay */
1032 #undef SLAPD_OVER_CHAIN
1034 /* define for Dynamic Group overlay */
1035 #undef SLAPD_OVER_DENYOP
1037 /* define for Dynamic Group overlay */
1038 #undef SLAPD_OVER_DYNGROUP
1040 /* define for Last Modification overlay */
1041 #undef SLAPD_OVER_LASTMOD
1043 /* define for Password Policy overlay */
1044 #undef SLAPD_OVER_PPOLICY
1046 /* define for Proxy Cache overlay */
1047 #undef SLAPD_OVER_PROXYCACHE
1049 /* define for Referential Integrity overlay */
1050 #undef SLAPD_OVER_REFINT
1052 /* define for Rewrite/Remap overlay */
1053 #undef SLAPD_OVER_RWM
1055 /* define for Attribute Uniqueness overlay */
1056 #undef SLAPD_OVER_UNIQUE
1058 /* define to enable rewriting in back-ldap and back-meta */
1059 #undef ENABLE_REWRITE
1061 /* define to enable slapi library */
1065 /* begin of postamble */
1068 /* don't suck in all of the win32 api */
1069 # define WIN32_LEAN_AND_MEAN 1
1072 #ifndef LDAP_NEEDS_PROTOTYPES
1073 /* force LDAP_P to always include prototypes */
1074 #define LDAP_NEEDS_PROTOTYPES 1
1077 #ifndef LDAP_REL_ENG
1078 #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
1081 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
1086 #ifdef HAVE_STDDEF_H
1087 # include <stddef.h>
1091 /* ASCII/EBCDIC converting replacements for stdio funcs
1092 * vsnprintf and snprintf are used too, but they are already
1093 * checked by the configure script
1095 #define fputs ber_pvt_fputs
1096 #define fgets ber_pvt_fgets
1097 #define printf ber_pvt_printf
1098 #define fprintf ber_pvt_fprintf
1099 #define vfprintf ber_pvt_vfprintf
1100 #define vsprintf ber_pvt_vsprintf
1103 #include "ac/fdset.h"
1105 #include "ldap_cdefs.h"
1106 #include "ldap_features.h"
1108 #include "ac/assert.h"
1109 #include "ac/localize.h"
1111 #endif /* _LDAP_PORTABLE_H */