12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199 |
- /* include/portable.h. Generated from portable.hin by configure. */
- /* include/portable.hin. Generated from configure.ac by autoheader. */
- /* begin of portable.h.pre */
- /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
- *
- * Copyright 1998-2024 The OpenLDAP Foundation
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
- *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
- */
- #ifndef _LDAP_PORTABLE_H
- #define _LDAP_PORTABLE_H
- /* define this if needed to get reentrant functions */
- #ifndef REENTRANT
- #define REENTRANT 1
- #endif
- #ifndef _REENTRANT
- #define _REENTRANT 1
- #endif
- /* define this if needed to get threadsafe functions */
- #ifndef THREADSAFE
- #define THREADSAFE 1
- #endif
- #ifndef _THREADSAFE
- #define _THREADSAFE 1
- #endif
- #ifndef THREAD_SAFE
- #define THREAD_SAFE 1
- #endif
- #ifndef _THREAD_SAFE
- #define _THREAD_SAFE 1
- #endif
- #ifndef _SGI_MP_SOURCE
- #define _SGI_MP_SOURCE 1
- #endif
- /* end of portable.h.pre */
- /* Define if building universal (internal helper macro) */
- /* #undef AC_APPLE_UNIVERSAL_BUILD */
- /* define to use both <string.h> and <strings.h> */
- /* #undef BOTH_STRINGS_H */
- /* define if cross compiling */
- /* #undef CROSS_COMPILING */
- /* set to the number of arguments ctime_r() expects */
- #define CTIME_R_NARGS 2
- /* define if toupper() requires islower() */
- /* #undef C_UPPER_LOWER */
- /* define if sys_errlist is not declared in stdio.h or errno.h */
- /* #undef DECL_SYS_ERRLIST */
- /* define to enable slapi library */
- /* #undef ENABLE_SLAPI */
- /* defined to be the EXE extension */
- #define EXEEXT ""
- /* set to the number of arguments gethostbyaddr_r() expects */
- #define GETHOSTBYADDR_R_NARGS 8
- /* set to the number of arguments gethostbyname_r() expects */
- #define GETHOSTBYNAME_R_NARGS 6
- /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
- #define GWINSZ_IN_SYS_IOCTL 1
- /* define if you have AIX security lib */
- /* #undef HAVE_AIX_SECURITY */
- /* Define to 1 if you have the <argon2.h> header file. */
- /* #undef HAVE_ARGON2_H */
- /* Define to 1 if you have the <arpa/inet.h> header file. */
- #define HAVE_ARPA_INET_H 1
- /* Define to 1 if you have the <arpa/nameser.h> header file. */
- #define HAVE_ARPA_NAMESER_H 1
- /* Define to 1 if you have the <assert.h> header file. */
- #define HAVE_ASSERT_H 1
- /* Define to 1 if you have the `bcopy' function. */
- #define HAVE_BCOPY 1
- /* Define to 1 if you have the <bits/types.h> header file. */
- #ifdef __linux__
- #define HAVE_BITS_TYPES_H 1
- #endif
- /* Define to 1 if you have the `chroot' function. */
- #define HAVE_CHROOT 1
- /* Define to 1 if you have the `clock_gettime' function. */
- #define HAVE_CLOCK_GETTIME 1
- /* Define to 1 if you have the `closesocket' function. */
- /* #undef HAVE_CLOSESOCKET */
- /* Define to 1 if you have the <conio.h> header file. */
- /* #undef HAVE_CONIO_H */
- /* define if crypt(3) is available */
- #define HAVE_CRYPT 1
- /* Define to 1 if you have the <crypt.h> header file. */
- #define HAVE_CRYPT_H 1
- /* define if crypt_r() is also available */
- #define HAVE_CRYPT_R 1
- /* Define to 1 if you have the `ctime_r' function. */
- #define HAVE_CTIME_R 1
- /* define if you have Cyrus SASL */
- #define HAVE_CYRUS_SASL 1
- /* define if your system supports /dev/poll */
- /* #undef HAVE_DEVPOLL */
- /* Define to 1 if you have the <direct.h> header file. */
- /* #undef HAVE_DIRECT_H */
- /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
- #define HAVE_DIRENT_H 1
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #define HAVE_DLFCN_H 1
- /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
- /* #undef HAVE_DOPRNT */
- /* define if system uses EBCDIC instead of ASCII */
- /* #undef HAVE_EBCDIC */
- /* Define to 1 if you have the `endgrent' function. */
- #define HAVE_ENDGRENT 1
- /* Define to 1 if you have the `endpwent' function. */
- #define HAVE_ENDPWENT 1
- /* define if your system supports epoll */
- #define HAVE_EPOLL 1
- /* Define to 1 if you have the <errno.h> header file. */
- #define HAVE_ERRNO_H 1
- /* Define to 1 if you have the `fcntl' function. */
- #define HAVE_FCNTL 1
- /* Define to 1 if you have the <fcntl.h> header file. */
- #define HAVE_FCNTL_H 1
- /* define if you actually have FreeBSD fetch(3) */
- /* #undef HAVE_FETCH */
- /* Define to 1 if you have the <filio.h> header file. */
- /* #undef HAVE_FILIO_H */
- /* Define to 1 if you have the `flock' function. */
- #define HAVE_FLOCK 1
- /* Define to 1 if you have the `fmemopen' function. */
- #define HAVE_FMEMOPEN 1
- /* Define to 1 if you have the `fstat' function. */
- #define HAVE_FSTAT 1
- /* Define to 1 if you have the `gai_strerror' function. */
- #define HAVE_GAI_STRERROR 1
- /* Define to 1 if you have the `getaddrinfo' function. */
- #define HAVE_GETADDRINFO 1
- /* Define to 1 if you have the `getdtablesize' function. */
- #define HAVE_GETDTABLESIZE 1
- /* Define to 1 if you have the `geteuid' function. */
- #define HAVE_GETEUID 1
- /* Define to 1 if you have the `getgrgid' function. */
- #define HAVE_GETGRGID 1
- /* Define to 1 if you have the `gethostbyaddr_r' function. */
- #define HAVE_GETHOSTBYADDR_R 1
- /* Define to 1 if you have the `gethostbyname_r' function. */
- #define HAVE_GETHOSTBYNAME_R 1
- /* Define to 1 if you have the `gethostname' function. */
- #define HAVE_GETHOSTNAME 1
- /* Define to 1 if you have the `getnameinfo' function. */
- #define HAVE_GETNAMEINFO 1
- /* Define to 1 if you have the `getopt' function. */
- #define HAVE_GETOPT 1
- /* Define to 1 if you have the <getopt.h> header file. */
- #define HAVE_GETOPT_H 1
- /* Define to 1 if you have the `getpassphrase' function. */
- /* #undef HAVE_GETPASSPHRASE */
- /* Define to 1 if you have the `getpeereid' function. */
- /* #undef HAVE_GETPEEREID */
- /* Define to 1 if you have the `getpeerucred' function. */
- /* #undef HAVE_GETPEERUCRED */
- /* Define to 1 if you have the `getpwnam' function. */
- #define HAVE_GETPWNAM 1
- /* Define to 1 if you have the `getpwuid' function. */
- #define HAVE_GETPWUID 1
- /* Define to 1 if you have the `getspnam' function. */
- #define HAVE_GETSPNAM 1
- /* Define to 1 if you have the `gettimeofday' function. */
- #define HAVE_GETTIMEOFDAY 1
- /* Define to 1 if you have the <gmp.h> header file. */
- /* #undef HAVE_GMP_H */
- /* Define to 1 if you have the `gmtime_r' function. */
- #define HAVE_GMTIME_R 1
- /* define if you have GNUtls */
- /* #undef HAVE_GNUTLS */
- /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
- /* #undef HAVE_GNUTLS_GNUTLS_H */
- /* if you have GNU Pth */
- /* #undef HAVE_GNU_PTH */
- /* Define to 1 if you have the <grp.h> header file. */
- #define HAVE_GRP_H 1
- /* Define to 1 if you have the `hstrerror' function. */
- #define HAVE_HSTRERROR 1
- /* define to you inet_aton(3) is available */
- #define HAVE_INET_ATON 1
- /* Define to 1 if you have the `inet_ntoa_b' function. */
- /* #undef HAVE_INET_NTOA_B */
- /* Define to 1 if you have the `inet_ntop' function. */
- #define HAVE_INET_NTOP 1
- /* Define to 1 if you have the `initgroups' function. */
- #define HAVE_INITGROUPS 1
- /* Define to 1 if you have the <inttypes.h> header file. */
- #define HAVE_INTTYPES_H 1
- /* Define to 1 if you have the `ioctl' function. */
- #define HAVE_IOCTL 1
- /* Define to 1 if you have the <io.h> header file. */
- /* #undef HAVE_IO_H */
- /* define if your system supports kqueue */
- /* #undef HAVE_KQUEUE */
- /* define if you have libargon2 */
- /* #undef HAVE_LIBARGON2 */
- /* define if you have -levent */
- /* #undef HAVE_LIBEVENT */
- /* Define to 1 if you have the `gen' library (-lgen). */
- /* #undef HAVE_LIBGEN */
- /* Define to 1 if you have the `gmp' library (-lgmp). */
- /* #undef HAVE_LIBGMP */
- /* Define to 1 if you have the `inet' library (-linet). */
- /* #undef HAVE_LIBINET */
- /* define if you have libtool -ltdl */
- #define HAVE_LIBLTDL 1
- /* Define to 1 if you have the `net' library (-lnet). */
- /* #undef HAVE_LIBNET */
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- /* #undef HAVE_LIBNSL */
- /* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
- /* #undef HAVE_LIBNSL_S */
- /* Define to 1 if you have the `socket' library (-lsocket). */
- /* #undef HAVE_LIBSOCKET */
- /* define if you have libsodium */
- #define HAVE_LIBSODIUM 1
- /* Define to 1 if you have the <libutil.h> header file. */
- /* #undef HAVE_LIBUTIL_H */
- /* Define to 1 if you have the `V3' library (-lV3). */
- /* #undef HAVE_LIBV3 */
- /* Define to 1 if you have the <limits.h> header file. */
- #define HAVE_LIMITS_H 1
- /* if you have LinuxThreads */
- /* #undef HAVE_LINUX_THREADS */
- /* Define to 1 if you have the <locale.h> header file. */
- #define HAVE_LOCALE_H 1
- /* Define to 1 if you have the `localtime_r' function. */
- #define HAVE_LOCALTIME_R 1
- /* Define to 1 if you have the `lockf' function. */
- #define HAVE_LOCKF 1
- /* Define to 1 if the system has the type `long long'. */
- #define HAVE_LONG_LONG 1
- /* Define to 1 if you have the <ltdl.h> header file. */
- #define HAVE_LTDL_H 1
- /* Define to 1 if you have the <malloc.h> header file. */
- #define HAVE_MALLOC_H 1
- /* Define to 1 if you have the `memcpy' function. */
- #define HAVE_MEMCPY 1
- /* Define to 1 if you have the `memmove' function. */
- #define HAVE_MEMMOVE 1
- /* Define to 1 if you have the <memory.h> header file. */
- #define HAVE_MEMORY_H 1
- /* Define to 1 if you have the `memrchr' function. */
- #define HAVE_MEMRCHR 1
- /* Define to 1 if you have the `mkstemp' function. */
- #define HAVE_MKSTEMP 1
- /* Define to 1 if you have the `mktemp' function. */
- #define HAVE_MKTEMP 1
- /* define this if you have mkversion */
- #define HAVE_MKVERSION 1
- /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
- /* #undef HAVE_NDIR_H */
- /* Define to 1 if you have the <netinet/tcp.h> header file. */
- #define HAVE_NETINET_TCP_H 1
- /* define if strerror_r returns char* instead of int */
- /* #undef HAVE_NONPOSIX_STRERROR_R */
- /* if you have NT Event Log */
- /* #undef HAVE_NT_EVENT_LOG */
- /* if you have NT Service Manager */
- /* #undef HAVE_NT_SERVICE_MANAGER */
- /* if you have NT Threads */
- /* #undef HAVE_NT_THREADS */
- /* define if you have OpenSSL */
- #define HAVE_OPENSSL 1
- /* Define to 1 if you have the <openssl/bn.h> header file. */
- /* #undef HAVE_OPENSSL_BN_H */
- /* Define to 1 if you have the <openssl/crypto.h> header file. */
- /* #undef HAVE_OPENSSL_CRYPTO_H */
- /* Define to 1 if you have the <openssl/ssl.h> header file. */
- #define HAVE_OPENSSL_SSL_H 1
- /* Define to 1 if you have the `pipe' function. */
- #define HAVE_PIPE 1
- /* Define to 1 if you have the `poll' function. */
- #define HAVE_POLL 1
- /* Define to 1 if you have the <poll.h> header file. */
- #define HAVE_POLL_H 1
- /* Define to 1 if you have the <process.h> header file. */
- /* #undef HAVE_PROCESS_H */
- /* Define to 1 if you have the <psap.h> header file. */
- /* #undef HAVE_PSAP_H */
- /* define to pthreads API spec revision */
- #define HAVE_PTHREADS 10
- /* define if you have pthread_detach function */
- #define HAVE_PTHREAD_DETACH 1
- /* Define to 1 if you have the `pthread_getconcurrency' function. */
- #define HAVE_PTHREAD_GETCONCURRENCY 1
- /* Define to 1 if you have the <pthread.h> header file. */
- #define HAVE_PTHREAD_H 1
- /* Define to 1 if you have the `pthread_kill' function. */
- #define HAVE_PTHREAD_KILL 1
- /* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
- /* #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
- /* define if you have pthread_rwlock_destroy function */
- #define HAVE_PTHREAD_RWLOCK_DESTROY 1
- /* Define to 1 if you have the `pthread_setconcurrency' function. */
- #define HAVE_PTHREAD_SETCONCURRENCY 1
- /* Define to 1 if you have the `pthread_yield' function. */
- /* #undef HAVE_PTHREAD_YIELD */
- /* Define to 1 if you have the <pth.h> header file. */
- /* #undef HAVE_PTH_H */
- /* Define to 1 if the system has the type `ptrdiff_t'. */
- #define HAVE_PTRDIFF_T 1
- /* Define to 1 if you have the <pwd.h> header file. */
- #define HAVE_PWD_H 1
- /* Define to 1 if you have the `read' function. */
- #define HAVE_READ 1
- /* Define to 1 if you have the `recv' function. */
- #define HAVE_RECV 1
- /* Define to 1 if you have the `recvfrom' function. */
- #define HAVE_RECVFROM 1
- /* Define to 1 if you have the <regex.h> header file. */
- #define HAVE_REGEX_H 1
- /* Define to 1 if you have the <resolv.h> header file. */
- #define HAVE_RESOLV_H 1
- /* define if you have res_query() */
- #define HAVE_RES_QUERY 1
- /* Define to 1 if you have the <sasl.h> header file. */
- /* #undef HAVE_SASL_H */
- /* Define to 1 if you have the <sasl/sasl.h> header file. */
- #define HAVE_SASL_SASL_H 1
- /* define if your SASL library has sasl_version() */
- #define HAVE_SASL_VERSION 1
- /* Define to 1 if you have the <sched.h> header file. */
- #define HAVE_SCHED_H 1
- /* Define to 1 if you have the `sched_yield' function. */
- #define HAVE_SCHED_YIELD 1
- /* Define to 1 if you have the `send' function. */
- #define HAVE_SEND 1
- /* Define to 1 if you have the `sendmsg' function. */
- #define HAVE_SENDMSG 1
- /* Define to 1 if you have the `sendto' function. */
- #define HAVE_SENDTO 1
- /* Define to 1 if you have the `setegid' function. */
- #define HAVE_SETEGID 1
- /* Define to 1 if you have the `seteuid' function. */
- #define HAVE_SETEUID 1
- /* Define to 1 if you have the `setgid' function. */
- #define HAVE_SETGID 1
- /* Define to 1 if you have the `setpwfile' function. */
- /* #undef HAVE_SETPWFILE */
- /* Define to 1 if you have the `setsid' function. */
- #define HAVE_SETSID 1
- /* Define to 1 if you have the `setuid' function. */
- #define HAVE_SETUID 1
- /* Define to 1 if you have the <sgtty.h> header file. */
- #define HAVE_SGTTY_H 1
- /* Define to 1 if you have the <shadow.h> header file. */
- #define HAVE_SHADOW_H 1
- /* Define to 1 if you have the `sigaction' function. */
- #define HAVE_SIGACTION 1
- /* Define to 1 if you have the `signal' function. */
- #define HAVE_SIGNAL 1
- /* Define to 1 if you have the `sigset' function. */
- #define HAVE_SIGSET 1
- /* define if you have -lslp */
- /* #undef HAVE_SLP */
- /* Define to 1 if you have the <slp.h> header file. */
- /* #undef HAVE_SLP_H */
- /* Define to 1 if you have the `snprintf' function. */
- #define HAVE_SNPRINTF 1
- /* Define to 1 if you have the <sodium.h> header file. */
- #define HAVE_SODIUM_H 1
- /* if you have spawnlp() */
- /* #undef HAVE_SPAWNLP */
- /* Define to 1 if you have the <sqlext.h> header file. */
- /* #undef HAVE_SQLEXT_H */
- /* Define to 1 if you have the <sql.h> header file. */
- /* #undef HAVE_SQL_H */
- /* Define to 1 if you have the <stddef.h> header file. */
- #define HAVE_STDDEF_H 1
- /* Define to 1 if you have the <stdint.h> header file. */
- #define HAVE_STDINT_H 1
- /* Define to 1 if you have the <stdio.h> header file. */
- #define HAVE_STDIO_H 1
- /* Define to 1 if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
- /* Define to 1 if you have the `strdup' function. */
- #define HAVE_STRDUP 1
- /* Define to 1 if you have the `strerror' function. */
- #define HAVE_STRERROR 1
- /* Define to 1 if you have the `strerror_r' function. */
- #define HAVE_STRERROR_R 1
- /* Define to 1 if you have the `strftime' function. */
- #define HAVE_STRFTIME 1
- /* Define to 1 if you have the <strings.h> header file. */
- #define HAVE_STRINGS_H 1
- /* Define to 1 if you have the <string.h> header file. */
- #define HAVE_STRING_H 1
- /* Define to 1 if you have the `strpbrk' function. */
- #define HAVE_STRPBRK 1
- /* Define to 1 if you have the `strrchr' function. */
- #define HAVE_STRRCHR 1
- /* Define to 1 if you have the `strsep' function. */
- #define HAVE_STRSEP 1
- /* Define to 1 if you have the `strspn' function. */
- #define HAVE_STRSPN 1
- /* Define to 1 if you have the `strstr' function. */
- #define HAVE_STRSTR 1
- /* Define to 1 if you have the `strtol' function. */
- #define HAVE_STRTOL 1
- /* Define to 1 if you have the `strtoll' function. */
- #define HAVE_STRTOLL 1
- /* Define to 1 if you have the `strtoq' function. */
- #define HAVE_STRTOQ 1
- /* Define to 1 if you have the `strtoul' function. */
- #define HAVE_STRTOUL 1
- /* Define to 1 if you have the `strtoull' function. */
- #define HAVE_STRTOULL 1
- /* Define to 1 if you have the `strtouq' function. */
- #define HAVE_STRTOUQ 1
- /* Define to 1 if `msg_accrightslen' is a member of `struct msghdr'. */
- /* #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN */
- /* Define to 1 if `msg_control' is a member of `struct msghdr'. */
- #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
- /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
- #define HAVE_STRUCT_PASSWD_PW_GECOS 1
- /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
- #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
- /* Define to 1 if `st_blksize' is a member of `struct stat'. */
- #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
- /* Define to 1 if `st_fstype' is a member of `struct stat'. */
- /* #undef HAVE_STRUCT_STAT_ST_FSTYPE */
- /* define to 1 if st_fstype is char * */
- /* #undef HAVE_STRUCT_STAT_ST_FSTYPE_CHAR */
- /* define to 1 if st_fstype is int */
- /* #undef HAVE_STRUCT_STAT_ST_FSTYPE_INT */
- /* Define to 1 if `st_vfstype' is a member of `struct stat'. */
- /* #undef HAVE_STRUCT_STAT_ST_VFSTYPE */
- /* Define to 1 if you have the <synch.h> header file. */
- /* #undef HAVE_SYNCH_H */
- /* Define to 1 if you have the `sysconf' function. */
- #define HAVE_SYSCONF 1
- /* Define to 1 if you have the <sysexits.h> header file. */
- #define HAVE_SYSEXITS_H 1
- /* Define to 1 if you have the <syslog.h> header file. */
- #define HAVE_SYSLOG_H 1
- /* define if you have systemd */
- #define HAVE_SYSTEMD 1
- /* Define to 1 if you have the <systemd/sd-daemon.h> header file. */
- #define HAVE_SYSTEMD_SD_DAEMON_H 1
- /* Define to 1 if you have the <sys/devpoll.h> header file. */
- /* #undef HAVE_SYS_DEVPOLL_H */
- /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
- /* #undef HAVE_SYS_DIR_H */
- /* Define to 1 if you have the <sys/epoll.h> header file. */
- #define HAVE_SYS_EPOLL_H 1
- /* define if you actually have sys_errlist in your libs */
- /* #undef HAVE_SYS_ERRLIST */
- /* Define to 1 if you have the <sys/errno.h> header file. */
- #define HAVE_SYS_ERRNO_H 1
- /* Define to 1 if you have the <sys/event.h> header file. */
- /* #undef HAVE_SYS_EVENT_H */
- /* Define to 1 if you have the <sys/file.h> header file. */
- #define HAVE_SYS_FILE_H 1
- /* Define to 1 if you have the <sys/filio.h> header file. */
- /* #undef HAVE_SYS_FILIO_H */
- /* Define to 1 if you have the <sys/fstyp.h> header file. */
- /* #undef HAVE_SYS_FSTYP_H */
- /* Define to 1 if you have the <sys/ioctl.h> header file. */
- #define HAVE_SYS_IOCTL_H 1
- /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
- /* #undef HAVE_SYS_NDIR_H */
- /* Define to 1 if you have the <sys/param.h> header file. */
- #define HAVE_SYS_PARAM_H 1
- /* Define to 1 if you have the <sys/poll.h> header file. */
- #define HAVE_SYS_POLL_H 1
- /* Define to 1 if you have the <sys/privgrp.h> header file. */
- /* #undef HAVE_SYS_PRIVGRP_H */
- /* Define to 1 if you have the <sys/resource.h> header file. */
- #define HAVE_SYS_RESOURCE_H 1
- /* Define to 1 if you have the <sys/select.h> header file. */
- #define HAVE_SYS_SELECT_H 1
- /* Define to 1 if you have the <sys/socket.h> header file. */
- #define HAVE_SYS_SOCKET_H 1
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #define HAVE_SYS_STAT_H 1
- /* Define to 1 if you have the <sys/syslog.h> header file. */
- #define HAVE_SYS_SYSLOG_H 1
- /* Define to 1 if you have the <sys/time.h> header file. */
- #define HAVE_SYS_TIME_H 1
- /* Define to 1 if you have the <sys/types.h> header file. */
- #define HAVE_SYS_TYPES_H 1
- /* Define to 1 if you have the <sys/ucred.h> header file. */
- /* #undef HAVE_SYS_UCRED_H */
- /* Define to 1 if you have the <sys/uio.h> header file. */
- #define HAVE_SYS_UIO_H 1
- /* Define to 1 if you have the <sys/un.h> header file. */
- #define HAVE_SYS_UN_H 1
- /* Define to 1 if you have the <sys/uuid.h> header file. */
- /* #undef HAVE_SYS_UUID_H */
- /* Define to 1 if you have the <sys/vmount.h> header file. */
- /* #undef HAVE_SYS_VMOUNT_H */
- /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
- #define HAVE_SYS_WAIT_H 1
- /* define if you have -lwrap */
- /* #undef HAVE_TCPD */
- /* Define to 1 if you have the <tcpd.h> header file. */
- /* #undef HAVE_TCPD_H */
- /* Define to 1 if you have the <termios.h> header file. */
- #define HAVE_TERMIOS_H 1
- /* if you have Solaris LWP (thr) package */
- /* #undef HAVE_THR */
- /* Define to 1 if you have the <thread.h> header file. */
- /* #undef HAVE_THREAD_H */
- /* Define to 1 if you have the `thr_getconcurrency' function. */
- /* #undef HAVE_THR_GETCONCURRENCY */
- /* Define to 1 if you have the `thr_setconcurrency' function. */
- /* #undef HAVE_THR_SETCONCURRENCY */
- /* Define to 1 if you have the `thr_yield' function. */
- /* #undef HAVE_THR_YIELD */
- /* define if you have TLS */
- #define HAVE_TLS 1
- /* Define to 1 if you have the <unistd.h> header file. */
- #define HAVE_UNISTD_H 1
- /* Define to 1 if you have the <utime.h> header file. */
- #define HAVE_UTIME_H 1
- /* define if you have uuid_generate() */
- /* #undef HAVE_UUID_GENERATE */
- /* define if you have uuid_to_str() */
- /* #undef HAVE_UUID_TO_STR */
- /* Define to 1 if you have the <uuid/uuid.h> header file. */
- /* #undef HAVE_UUID_UUID_H */
- /* Define to 1 if you have the `vprintf' function. */
- #define HAVE_VPRINTF 1
- /* Define to 1 if you have the `vsnprintf' function. */
- #define HAVE_VSNPRINTF 1
- /* Define to 1 if you have the `wait4' function. */
- #define HAVE_WAIT4 1
- /* Define to 1 if you have the `waitpid' function. */
- #define HAVE_WAITPID 1
- /* define if you have winsock */
- /* #undef HAVE_WINSOCK */
- /* define if you have winsock2 */
- /* #undef HAVE_WINSOCK2 */
- /* Define to 1 if you have the <winsock2.h> header file. */
- /* #undef HAVE_WINSOCK2_H */
- /* Define to 1 if you have the <winsock.h> header file. */
- /* #undef HAVE_WINSOCK_H */
- /* Define to 1 if you have the `write' function. */
- #define HAVE_WRITE 1
- /* define if select implicitly yields */
- #define HAVE_YIELDING_SELECT 1
- /* Define to 1 if you have the `_vsnprintf' function. */
- /* #undef HAVE__VSNPRINTF */
- /* define to 32-bit or greater integer type */
- #define LBER_INT_T int
- /* define to large integer type */
- #define LBER_LEN_T long
- /* define to socket descriptor type */
- #define LBER_SOCKET_T int
- /* define to large integer type */
- #define LBER_TAG_T long
- /* define to 1 if library is reentrant */
- #define LDAP_API_FEATURE_X_OPENLDAP_REENTRANT 1
- /* define to 1 if library is thread safe */
- #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
- /* define to LDAP VENDOR VERSION */
- /* #undef LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS */
- /* define this to add debugging code */
- #define LDAP_DEBUG 1
- /* define if LDAP libs are dynamic */
- #define LDAP_LIBS_DYNAMIC 1
- /* define to support PF_INET6 */
- #define LDAP_PF_INET6 1
- /* define to support PF_LOCAL */
- #define LDAP_PF_LOCAL 1
- /* define this to add SLAPI code */
- /* #undef LDAP_SLAPI */
- /* define this to add syslog code */
- #define LDAP_SYSLOG 1
- /* Version */
- #define LDAP_VENDOR_VERSION 20609
- /* Major */
- #define LDAP_VENDOR_VERSION_MAJOR 2
- /* Minor */
- #define LDAP_VENDOR_VERSION_MINOR 6
- /* Patch */
- #define LDAP_VENDOR_VERSION_PATCH 9
- /* Define to the sub-directory where libtool stores uninstalled libraries. */
- #define LT_OBJDIR ".libs/"
- /* define if memcmp is not 8-bit clean or is otherwise broken */
- /* #undef NEED_MEMCMP_REPLACEMENT */
- /* define if you have (or want) no threads */
- /* #undef NO_THREADS */
- /* define to use the original debug style */
- /* #undef OLD_DEBUG */
- /* Package */
- #define OPENLDAP_PACKAGE "OpenLDAP"
- /* Version */
- #define OPENLDAP_VERSION "2.6.9"
- /* Define to the address where bug reports for this package should be sent. */
- #define PACKAGE_BUGREPORT ""
- /* Define to the full name of this package. */
- #define PACKAGE_NAME ""
- /* Define to the full name and version of this package. */
- #define PACKAGE_STRING ""
- /* Define to the one symbol short name of this package. */
- #define PACKAGE_TARNAME ""
- /* Define to the home page for this package. */
- #define PACKAGE_URL ""
- /* Define to the version of this package. */
- #define PACKAGE_VERSION ""
- /* define if sched_yield yields the entire process */
- /* #undef REPLACE_BROKEN_YIELD */
- /* Define to the type of arg 1 for `select'. */
- #define SELECT_TYPE_ARG1 int
- /* Define to the type of args 2, 3 and 4 for `select'. */
- #define SELECT_TYPE_ARG234 (fd_set *)
- /* Define to the type of arg 5 for `select'. */
- #define SELECT_TYPE_ARG5 (struct timeval *)
- /* The size of `int', as computed by sizeof. */
- #define SIZEOF_INT 4
- /* The size of `long', as computed by sizeof. */
- #define SIZEOF_LONG 8
- /* The size of `long long', as computed by sizeof. */
- #define SIZEOF_LONG_LONG 8
- /* The size of `short', as computed by sizeof. */
- #define SIZEOF_SHORT 2
- /* The size of `wchar_t', as computed by sizeof. */
- #define SIZEOF_WCHAR_T 4
- /* define to support per-object ACIs */
- /* #undef SLAPD_ACI_ENABLED */
- /* define to support LDAP Async Metadirectory backend */
- /* #undef SLAPD_ASYNCMETA */
- /* define to support cleartext passwords */
- #define SLAPD_CLEARTEXT 1
- /* define to support crypt(3) passwords */
- #define SLAPD_CRYPT 1
- /* define to support DNS SRV backend */
- /* #undef SLAPD_DNSSRV */
- /* define to support LDAP backend */
- /* #undef SLAPD_LDAP */
- /* define to support MDB backend */
- #define SLAPD_MDB SLAPD_MOD_STATIC
- /* define to support LDAP Metadirectory backend */
- /* #undef SLAPD_META */
- /* define to support modules */
- #define SLAPD_MODULES 1
- /* dynamically linked module */
- #define SLAPD_MOD_DYNAMIC 2
- /* statically linked module */
- #define SLAPD_MOD_STATIC 1
- /* define to support NULL backend */
- /* #undef SLAPD_NULL */
- /* define for In-Directory Access Logging overlay */
- #define SLAPD_OVER_ACCESSLOG SLAPD_MOD_STATIC
- /* define for Audit Logging overlay */
- #define SLAPD_OVER_AUDITLOG SLAPD_MOD_STATIC
- /* define for Automatic Certificate Authority overlay */
- #define SLAPD_OVER_AUTOCA SLAPD_MOD_STATIC
- /* define for Collect overlay */
- #define SLAPD_OVER_COLLECT SLAPD_MOD_STATIC
- /* define for Attribute Constraint overlay */
- #define SLAPD_OVER_CONSTRAINT SLAPD_MOD_STATIC
- /* define for Dynamic Directory Services overlay */
- #define SLAPD_OVER_DDS SLAPD_MOD_STATIC
- /* define for Dynamic Directory Services overlay */
- #define SLAPD_OVER_DEREF SLAPD_MOD_STATIC
- /* define for Dynamic Group overlay */
- #define SLAPD_OVER_DYNGROUP SLAPD_MOD_STATIC
- /* define for Dynamic List overlay */
- #define SLAPD_OVER_DYNLIST SLAPD_MOD_STATIC
- /* define for Home Directory Management overlay */
- #define SLAPD_OVER_HOMEDIR SLAPD_MOD_STATIC
- /* define for Reverse Group Membership overlay */
- #define SLAPD_OVER_MEMBEROF SLAPD_MOD_STATIC
- /* define for Nested Group overlay */
- #define SLAPD_OVER_NESTGROUP SLAPD_MOD_STATIC
- /* define for OTP 2-factor Authentication overlay */
- #define SLAPD_OVER_OTP SLAPD_MOD_STATIC
- /* define for Password Policy overlay */
- #define SLAPD_OVER_PPOLICY SLAPD_MOD_STATIC
- /* define for Proxy Cache overlay */
- #define SLAPD_OVER_PROXYCACHE SLAPD_MOD_STATIC
- /* define for Referential Integrity overlay */
- #define SLAPD_OVER_REFINT SLAPD_MOD_STATIC
- /* define for Deferred Authentication overlay */
- #define SLAPD_OVER_REMOTEAUTH SLAPD_MOD_STATIC
- /* define for Return Code overlay */
- #define SLAPD_OVER_RETCODE SLAPD_MOD_STATIC
- /* define for Rewrite/Remap overlay */
- #define SLAPD_OVER_RWM SLAPD_MOD_STATIC
- /* define for Sequential Modify overlay */
- #define SLAPD_OVER_SEQMOD SLAPD_MOD_STATIC
- /* define for ServerSideSort/VLV overlay */
- #define SLAPD_OVER_SSSVLV SLAPD_MOD_STATIC
- /* define for Syncrepl Provider overlay */
- #define SLAPD_OVER_SYNCPROV SLAPD_MOD_STATIC
- /* define for Translucent Proxy overlay */
- #define SLAPD_OVER_TRANSLUCENT SLAPD_MOD_STATIC
- /* define for Attribute Uniqueness overlay */
- #define SLAPD_OVER_UNIQUE SLAPD_MOD_STATIC
- /* define for Value Sorting overlay */
- #define SLAPD_OVER_VALSORT SLAPD_MOD_STATIC
- /* define to support PASSWD backend */
- /* #undef SLAPD_PASSWD */
- /* define to support PERL backend */
- /* #undef SLAPD_PERL */
- /* define for Argon2 Password hashing module */
- #define SLAPD_PWMOD_PW_ARGON2
- /* define to support relay backend */
- #define SLAPD_RELAY SLAPD_MOD_STATIC
- /* define to support reverse lookups */
- /* #undef SLAPD_RLOOKUPS */
- /* define to support SOCK backend */
- /* #undef SLAPD_SOCK */
- /* define to support SASL passwords */
- /* #undef SLAPD_SPASSWD */
- /* define to support SQL backend */
- /* #undef SLAPD_SQL */
- /* define to support WiredTiger backend */
- /* #undef SLAPD_WT */
- /* define to support run-time loadable ACL */
- /* #undef SLAP_DYNACL */
- /* Define to 1 if all of the C90 standard headers exist (not just the ones
- required in a freestanding environment). This macro is provided for
- backward compatibility; new code need not use it. */
- #define STDC_HEADERS 1
- /* Define to 1 if your <sys/time.h> declares `struct tm'. */
- /* #undef TM_IN_SYS_TIME */
- /* set to urandom device */
- #define URANDOM_DEVICE "/dev/urandom"
- /* define to use OpenSSL BIGNUM for MP */
- /* #undef USE_MP_BIGNUM */
- /* define to use GMP for MP */
- /* #undef USE_MP_GMP */
- /* define to use 'long' for MP */
- /* #undef USE_MP_LONG */
- /* define to use 'long long' for MP */
- #define USE_MP_LONG_LONG 1
- /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
- #if defined AC_APPLE_UNIVERSAL_BUILD
- # if defined __BIG_ENDIAN__
- # define WORDS_BIGENDIAN 1
- # endif
- #else
- # ifndef WORDS_BIGENDIAN
- /* # undef WORDS_BIGENDIAN */
- # endif
- #endif
- /* Define to the type of arg 3 for `accept'. */
- #define ber_socklen_t socklen_t
- /* Define to `char *' if <sys/types.h> does not define. */
- /* #undef caddr_t */
- /* Define to empty if `const' does not conform to ANSI C. */
- /* #undef const */
- /* Define to `int' if <sys/types.h> doesn't define. */
- /* #undef gid_t */
- /* Define to `int' if <sys/types.h> does not define. */
- /* #undef mode_t */
- /* Define to `long' if <sys/types.h> does not define. */
- /* #undef off_t */
- /* Define to `int' if <sys/types.h> does not define. */
- /* #undef pid_t */
- /* Define to `int' if <signal.h> does not define. */
- /* #undef sig_atomic_t */
- /* Define to `unsigned' if <sys/types.h> does not define. */
- /* #undef size_t */
- /* define to snprintf routine */
- /* #undef snprintf */
- /* Define like ber_socklen_t if <sys/socket.h> does not define. */
- /* #undef socklen_t */
- /* Define to `signed int' if <sys/types.h> does not define. */
- /* #undef ssize_t */
- /* Define to `int' if <sys/types.h> doesn't define. */
- /* #undef uid_t */
- /* define as empty if volatile is not supported */
- /* #undef volatile */
- /* define to snprintf routine */
- /* #undef vsnprintf */
- /* begin of portable.h.post */
- #define RETSIGTYPE void
- #ifdef _WIN32
- /* don't suck in all of the win32 api */
- # define WIN32_LEAN_AND_MEAN 1
- #endif
- #ifndef LDAP_NEEDS_PROTOTYPES
- /* force LDAP_P to always include prototypes */
- #define LDAP_NEEDS_PROTOTYPES 1
- #endif
- #ifndef LDAP_REL_ENG
- #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
- #define LDAP_DEVEL
- #endif
- #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
- #define LDAP_TEST
- #endif
- #endif
- #ifdef HAVE_STDDEF_H
- # include <stddef.h>
- #endif
- #ifdef HAVE_EBCDIC
- /* ASCII/EBCDIC converting replacements for stdio funcs
- * vsnprintf and snprintf are used too, but they are already
- * checked by the configure script
- */
- #define fputs ber_pvt_fputs
- #define fgets ber_pvt_fgets
- #define printf ber_pvt_printf
- #define fprintf ber_pvt_fprintf
- #define vfprintf ber_pvt_vfprintf
- #define vsprintf ber_pvt_vsprintf
- #endif
- #include "ac/fdset.h"
- #include "ldap_cdefs.h"
- #include "ldap_features.h"
- #include "ac/assert.h"
- #include "ac/localize.h"
- #endif /* _LDAP_PORTABLE_H */
- /* end of portable.h.post */
|