2005-08-12 02:52:49 -04:00
|
|
|
/* include/portable.hin. Generated from configure.in by autoheader. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* begin of portable.h.pre */
|
2003-11-25 23:17:25 -05:00
|
|
|
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
*
|
2020-01-09 11:50:21 -05:00
|
|
|
* Copyright 1998-2020 The OpenLDAP Foundation
|
1998-12-28 18:43:04 -05:00
|
|
|
* All rights reserved.
|
|
|
|
|
*
|
2001-05-28 23:29:53 -04:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
|
* modification, are permitted only as authorized by the OpenLDAP
|
2003-11-25 21:58:56 -05:00
|
|
|
* 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>.
|
1998-12-28 18:43:04 -05:00
|
|
|
*/
|
1998-10-24 21:41:42 -04:00
|
|
|
|
|
|
|
|
#ifndef _LDAP_PORTABLE_H
|
|
|
|
|
#define _LDAP_PORTABLE_H
|
|
|
|
|
|
1998-11-05 01:11:47 -05:00
|
|
|
/* define this if needed to get reentrant functions */
|
1999-01-09 21:25:41 -05:00
|
|
|
#ifndef REENTRANT
|
1998-11-30 15:40:42 -05:00
|
|
|
#undef REENTRANT
|
1999-01-09 21:25:41 -05:00
|
|
|
#endif
|
|
|
|
|
#ifndef _REENTRANT
|
1998-11-05 01:11:47 -05:00
|
|
|
#undef _REENTRANT
|
1999-01-09 21:25:41 -05:00
|
|
|
#endif
|
1998-11-05 01:11:47 -05:00
|
|
|
|
|
|
|
|
/* define this if needed to get threadsafe functions */
|
1999-01-09 21:25:41 -05:00
|
|
|
#ifndef THREADSAFE
|
1998-11-30 15:40:42 -05:00
|
|
|
#undef THREADSAFE
|
1999-01-09 21:25:41 -05:00
|
|
|
#endif
|
|
|
|
|
#ifndef _THREADSAFE
|
1998-11-10 19:24:22 -05:00
|
|
|
#undef _THREADSAFE
|
1999-01-09 21:25:41 -05:00
|
|
|
#endif
|
|
|
|
|
#ifndef THREAD_SAFE
|
1998-11-30 15:40:42 -05:00
|
|
|
#undef THREAD_SAFE
|
1999-01-09 21:25:41 -05:00
|
|
|
#endif
|
|
|
|
|
#ifndef _THREAD_SAFE
|
1998-11-30 15:40:42 -05:00
|
|
|
#undef _THREAD_SAFE
|
1999-01-09 21:25:41 -05:00
|
|
|
#endif
|
1998-11-10 19:24:22 -05:00
|
|
|
|
1999-06-10 20:07:10 -04:00
|
|
|
#ifndef _SGI_MP_SOURCE
|
|
|
|
|
#undef _SGI_MP_SOURCE
|
|
|
|
|
#endif
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* end of portable.h.pre */
|
|
|
|
|
|
|
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define if building universal (internal helper macro) */
|
|
|
|
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* 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 */
|
|
|
|
|
#undef CTIME_R_NARGS
|
|
|
|
|
|
|
|
|
|
/* 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 */
|
|
|
|
|
#undef EXEEXT
|
|
|
|
|
|
|
|
|
|
/* set to the number of arguments gethostbyaddr_r() expects */
|
|
|
|
|
#undef GETHOSTBYADDR_R_NARGS
|
|
|
|
|
|
|
|
|
|
/* set to the number of arguments gethostbyname_r() expects */
|
|
|
|
|
#undef GETHOSTBYNAME_R_NARGS
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
|
|
|
|
|
#undef GWINSZ_IN_SYS_IOCTL
|
|
|
|
|
|
|
|
|
|
/* define if you have AIX security lib */
|
|
|
|
|
#undef HAVE_AIX_SECURITY
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
|
|
|
#undef HAVE_ARPA_INET_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/nameser.h> header file. */
|
|
|
|
|
#undef HAVE_ARPA_NAMESER_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <assert.h> header file. */
|
|
|
|
|
#undef HAVE_ASSERT_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `bcopy' function. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_BCOPY
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <bits/types.h> header file. */
|
|
|
|
|
#undef HAVE_BITS_TYPES_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `chroot' function. */
|
2000-05-10 19:30:52 -04:00
|
|
|
#undef HAVE_CHROOT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `closesocket' function. */
|
1999-06-08 20:10:26 -04:00
|
|
|
#undef HAVE_CLOSESOCKET
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <conio.h> header file. */
|
|
|
|
|
#undef HAVE_CONIO_H
|
|
|
|
|
|
|
|
|
|
/* define if crypt(3) is available */
|
|
|
|
|
#undef HAVE_CRYPT
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <crypt.h> header file. */
|
|
|
|
|
#undef HAVE_CRYPT_H
|
|
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* define if crypt_r() is also available */
|
|
|
|
|
#undef HAVE_CRYPT_R
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `ctime_r' function. */
|
1998-12-18 20:27:20 -05:00
|
|
|
#undef HAVE_CTIME_R
|
1998-12-03 21:31:41 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have Cyrus SASL */
|
|
|
|
|
#undef HAVE_CYRUS_SASL
|
|
|
|
|
|
2006-09-17 18:09:19 -04:00
|
|
|
/* define if your system supports /dev/poll */
|
|
|
|
|
#undef HAVE_DEVPOLL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* 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'.
|
|
|
|
|
*/
|
|
|
|
|
#undef HAVE_DIRENT_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
|
#undef HAVE_DLFCN_H
|
|
|
|
|
|
|
|
|
|
/* 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. */
|
1999-04-02 22:19:07 -05:00
|
|
|
#undef HAVE_ENDGRENT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `endpwent' function. */
|
1999-04-02 22:19:07 -05:00
|
|
|
#undef HAVE_ENDPWENT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if your system supports epoll */
|
|
|
|
|
#undef HAVE_EPOLL
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <errno.h> header file. */
|
|
|
|
|
#undef HAVE_ERRNO_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `fcntl' function. */
|
2001-05-03 01:53:34 -04:00
|
|
|
#undef HAVE_FCNTL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
|
#undef HAVE_FCNTL_H
|
|
|
|
|
|
|
|
|
|
/* 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. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_FLOCK
|
|
|
|
|
|
2020-06-23 13:14:16 -04:00
|
|
|
/* Define to 1 if you have the `fmemopen' function. */
|
|
|
|
|
#undef HAVE_FMEMOPEN
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `fstat' function. */
|
Patch: 'ldapmodify -y file' reads password from file (ITS#2031)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================
Adapted by Kurt Zeilenga for inclusion in OpenLDAP. My comments are
marked with enclosed with square brackets (e.g. [Kurt's comment] below.
================
If I run ldapmodify & co from a script, I don't want to use '-W password'
because the password shows up in the output of 'ps' for everyone,
and I can't pipe the password to 'ldapmodify -w' because -w uses
getpassphrase() which reads from the tty instead of stdin.
So I added '-y file' which reads the password from file. The programs
exit if the file cannot be read.
[Complete contents of file is used as password. Use:
echo -n "secret" > password
to create a file with "secret" as the password. The -n avoids
adding a newline (which would invalidate the password). Note
that echo is a builtin and hence its arguments are not visible
to 'ps'.]
I changed ldapmodify, ldapmodrdn, ldapdelete, ldapsearch, ldapcompare.
I did not bother to change ldappasswd and ldapwhoami, because they
prompt for many passwords. [I fixed up ldapwhoami.]
Rerun autoconf after applying this patch. [Done.]
Note: I do not know if Windows NT has fstat(), so I set HAVE_FSTAT to
undef in portable.nt. (fstat() is used to warn if the file is publicly
readable or writeable.) [I used fstat() to set the buffer size to
read.]
[Note: using the contents of a file extends the tools to support
passwords which could not normally be provided using getpassphrase()
or via the command line.]
Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, Aug 2002.
[Kurt D. Zeilenga <kurt@openldap.org>, Aug 2002.]
2002-08-24 01:47:17 -04:00
|
|
|
#undef HAVE_FSTAT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `gai_strerror' function. */
|
2000-10-16 00:10:22 -04:00
|
|
|
#undef HAVE_GAI_STRERROR
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
2000-06-09 13:01:05 -04:00
|
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getdtablesize' function. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_GETDTABLESIZE
|
|
|
|
|
|
2008-11-20 21:14:31 -05:00
|
|
|
/* Define to 1 if you have the `geteuid' function. */
|
|
|
|
|
#undef HAVE_GETEUID
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getgrgid' function. */
|
1999-04-02 22:19:07 -05:00
|
|
|
#undef HAVE_GETGRGID
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `gethostbyaddr_r' function. */
|
1998-12-03 23:21:19 -05:00
|
|
|
#undef HAVE_GETHOSTBYADDR_R
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `gethostbyname_r' function. */
|
1998-12-03 23:21:19 -05:00
|
|
|
#undef HAVE_GETHOSTBYNAME_R
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_GETHOSTNAME
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getnameinfo' function. */
|
2003-03-05 19:38:42 -05:00
|
|
|
#undef HAVE_GETNAMEINFO
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getopt' function. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_GETOPT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <getopt.h> header file. */
|
|
|
|
|
#undef HAVE_GETOPT_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpassphrase' function. */
|
2000-05-19 14:41:26 -04:00
|
|
|
#undef HAVE_GETPASSPHRASE
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getpeereid' function. */
|
2002-12-04 01:17:32 -05:00
|
|
|
#undef HAVE_GETPEEREID
|
|
|
|
|
|
2005-11-23 13:55:31 -05:00
|
|
|
/* Define to 1 if you have the `getpeerucred' function. */
|
|
|
|
|
#undef HAVE_GETPEERUCRED
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getpwnam' function. */
|
1999-06-26 16:52:59 -04:00
|
|
|
#undef HAVE_GETPWNAM
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
1998-11-12 18:25:53 -05:00
|
|
|
#undef HAVE_GETPWUID
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `getspnam' function. */
|
1999-06-26 16:52:59 -04:00
|
|
|
#undef HAVE_GETSPNAM
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <gmp.h> header file. */
|
|
|
|
|
#undef HAVE_GMP_H
|
2001-05-03 01:53:34 -04:00
|
|
|
|
2009-08-19 05:15:10 -04:00
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
|
|
|
#undef HAVE_GMTIME_R
|
|
|
|
|
|
2007-05-10 16:33:41 -04:00
|
|
|
/* 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
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* if you have GNU Pth */
|
|
|
|
|
#undef HAVE_GNU_PTH
|
1999-04-20 20:40:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <grp.h> header file. */
|
|
|
|
|
#undef HAVE_GRP_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `hstrerror' function. */
|
|
|
|
|
#undef HAVE_HSTRERROR
|
2001-12-18 18:44:06 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to you inet_aton(3) is available */
|
|
|
|
|
#undef HAVE_INET_ATON
|
2001-12-18 18:44:06 -05:00
|
|
|
|
2005-10-13 23:40:03 -04:00
|
|
|
/* Define to 1 if you have the `inet_ntoa_b' function. */
|
|
|
|
|
#undef HAVE_INET_NTOA_B
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `inet_ntop' function. */
|
|
|
|
|
#undef HAVE_INET_NTOP
|
1999-08-31 13:01:10 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `initgroups' function. */
|
|
|
|
|
#undef HAVE_INITGROUPS
|
2004-10-18 17:09:17 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
|
#undef HAVE_INTTYPES_H
|
1999-01-27 23:34:55 -05:00
|
|
|
|
2006-09-17 18:09:19 -04:00
|
|
|
/* Define to 1 if you have the `ioctl' function. */
|
|
|
|
|
#undef HAVE_IOCTL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <io.h> header file. */
|
|
|
|
|
#undef HAVE_IO_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2011-11-14 14:34:12 -05:00
|
|
|
/* define if your system supports kqueue */
|
|
|
|
|
#undef HAVE_KQUEUE
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `gen' library (-lgen). */
|
|
|
|
|
#undef HAVE_LIBGEN
|
1999-06-28 00:11:41 -04:00
|
|
|
|
2006-02-10 03:21:02 -05:00
|
|
|
/* Define to 1 if you have the `gmp' library (-lgmp). */
|
|
|
|
|
#undef HAVE_LIBGMP
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `inet' library (-linet). */
|
|
|
|
|
#undef HAVE_LIBINET
|
1999-04-20 20:40:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have libtool -ltdl */
|
|
|
|
|
#undef HAVE_LIBLTDL
|
1999-04-20 20:40:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `net' library (-lnet). */
|
|
|
|
|
#undef HAVE_LIBNET
|
1999-04-20 20:40:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
|
|
|
|
#undef HAVE_LIBNSL
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
|
|
|
|
|
#undef HAVE_LIBNSL_S
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */
|
|
|
|
|
#undef HAVE_LIBSOCKET
|
1999-04-20 20:40:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <libutil.h> header file. */
|
|
|
|
|
#undef HAVE_LIBUTIL_H
|
1999-08-30 20:58:22 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `V3' library (-lV3). */
|
|
|
|
|
#undef HAVE_LIBV3
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
|
|
|
#undef HAVE_LIMITS_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* if you have LinuxThreads */
|
|
|
|
|
#undef HAVE_LINUX_THREADS
|
2002-09-07 10:24:22 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
|
|
|
#undef HAVE_LOCALE_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2009-08-19 05:15:10 -04:00
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
|
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `lockf' function. */
|
|
|
|
|
#undef HAVE_LOCKF
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 16:00:00 -04:00
|
|
|
/* Define to 1 if the system has the type `long long'. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef HAVE_LONG_LONG
|
2004-04-24 17:30:28 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <ltdl.h> header file. */
|
|
|
|
|
#undef HAVE_LTDL_H
|
1998-11-17 14:05:48 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
|
|
|
#undef HAVE_MALLOC_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `memcpy' function. */
|
|
|
|
|
#undef HAVE_MEMCPY
|
2003-09-22 02:07:25 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `memmove' function. */
|
|
|
|
|
#undef HAVE_MEMMOVE
|
2003-09-21 01:37:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
|
#undef HAVE_MEMORY_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-11-14 13:32:27 -05:00
|
|
|
/* Define to 1 if you have the `memrchr' function. */
|
2005-11-13 17:26:53 -05:00
|
|
|
#undef HAVE_MEMRCHR
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `mkstemp' function. */
|
|
|
|
|
#undef HAVE_MKSTEMP
|
1999-01-27 23:34:55 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `mktemp' function. */
|
|
|
|
|
#undef HAVE_MKTEMP
|
1998-11-04 21:50:28 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define this if you have mkversion */
|
|
|
|
|
#undef HAVE_MKVERSION
|
1998-11-04 18:29:52 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
|
#undef HAVE_NDIR_H
|
1999-06-28 00:11:41 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <netinet/tcp.h> header file. */
|
|
|
|
|
#undef HAVE_NETINET_TCP_H
|
1999-03-12 21:17:34 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if strerror_r returns char* instead of int */
|
|
|
|
|
#undef HAVE_NONPOSIX_STRERROR_R
|
1999-02-04 16:54:38 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* if you have NT Event Log */
|
|
|
|
|
#undef HAVE_NT_EVENT_LOG
|
1999-03-19 22:21:19 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* if you have NT Service Manager */
|
|
|
|
|
#undef HAVE_NT_SERVICE_MANAGER
|
2003-12-14 01:46:30 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* if you have NT Threads */
|
|
|
|
|
#undef HAVE_NT_THREADS
|
2004-10-12 20:30:27 -04:00
|
|
|
|
2005-10-13 19:52:14 -04:00
|
|
|
/* define if you have OpenSSL */
|
|
|
|
|
#undef HAVE_OPENSSL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <openssl/bn.h> header file. */
|
|
|
|
|
#undef HAVE_OPENSSL_BN_H
|
1999-10-28 03:24:39 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <openssl/crypto.h> header file. */
|
|
|
|
|
#undef HAVE_OPENSSL_CRYPTO_H
|
2004-10-12 20:30:27 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
|
|
|
|
#undef HAVE_OPENSSL_SSL_H
|
2001-11-27 21:05:14 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `pipe' function. */
|
|
|
|
|
#undef HAVE_PIPE
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `poll' function. */
|
|
|
|
|
#undef HAVE_POLL
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <poll.h> header file. */
|
|
|
|
|
#undef HAVE_POLL_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <process.h> header file. */
|
|
|
|
|
#undef HAVE_PROCESS_H
|
1999-10-28 03:24:39 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <psap.h> header file. */
|
|
|
|
|
#undef HAVE_PSAP_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to pthreads API spec revision */
|
|
|
|
|
#undef HAVE_PTHREADS
|
2002-02-10 19:28:17 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have pthread_detach function */
|
|
|
|
|
#undef HAVE_PTHREAD_DETACH
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `pthread_getconcurrency' function. */
|
|
|
|
|
#undef HAVE_PTHREAD_GETCONCURRENCY
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
|
|
|
#undef HAVE_PTHREAD_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `pthread_kill' function. */
|
|
|
|
|
#undef HAVE_PTHREAD_KILL
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
|
|
|
|
|
#undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2007-03-02 02:38:57 -05:00
|
|
|
/* define if you have pthread_rwlock_destroy function */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef HAVE_PTHREAD_RWLOCK_DESTROY
|
2004-09-12 01:35:03 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `pthread_setconcurrency' function. */
|
|
|
|
|
#undef HAVE_PTHREAD_SETCONCURRENCY
|
1999-04-03 19:59:32 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `pthread_yield' function. */
|
|
|
|
|
#undef HAVE_PTHREAD_YIELD
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <pth.h> header file. */
|
|
|
|
|
#undef HAVE_PTH_H
|
1999-10-28 03:24:39 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if the system has the type `ptrdiff_t'. */
|
|
|
|
|
#undef HAVE_PTRDIFF_T
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
|
|
|
#undef HAVE_PWD_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `read' function. */
|
|
|
|
|
#undef HAVE_READ
|
1999-10-01 01:11:39 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `recv' function. */
|
|
|
|
|
#undef HAVE_RECV
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `recvfrom' function. */
|
|
|
|
|
#undef HAVE_RECVFROM
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <regex.h> header file. */
|
|
|
|
|
#undef HAVE_REGEX_H
|
1998-11-03 20:35:21 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <resolv.h> header file. */
|
|
|
|
|
#undef HAVE_RESOLV_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have res_query() */
|
|
|
|
|
#undef HAVE_RES_QUERY
|
1999-02-22 16:01:24 -05:00
|
|
|
|
2005-10-13 19:52:14 -04:00
|
|
|
/* define if OpenSSL needs RSAref */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef HAVE_RSAREF
|
1999-08-08 13:17:44 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sasl.h> header file. */
|
|
|
|
|
#undef HAVE_SASL_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sasl/sasl.h> header file. */
|
|
|
|
|
#undef HAVE_SASL_SASL_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if your SASL library has sasl_version() */
|
|
|
|
|
#undef HAVE_SASL_VERSION
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sched.h> header file. */
|
|
|
|
|
#undef HAVE_SCHED_H
|
1999-03-29 23:46:17 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `sched_yield' function. */
|
|
|
|
|
#undef HAVE_SCHED_YIELD
|
1998-11-17 14:05:48 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `send' function. */
|
|
|
|
|
#undef HAVE_SEND
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `sendmsg' function. */
|
|
|
|
|
#undef HAVE_SENDMSG
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `sendto' function. */
|
|
|
|
|
#undef HAVE_SENDTO
|
1999-07-26 20:52:50 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `setegid' function. */
|
|
|
|
|
#undef HAVE_SETEGID
|
2004-10-12 20:30:27 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `seteuid' function. */
|
|
|
|
|
#undef HAVE_SETEUID
|
2004-10-12 20:30:27 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `setgid' function. */
|
|
|
|
|
#undef HAVE_SETGID
|
1999-07-13 20:03:52 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `setpwfile' function. */
|
|
|
|
|
#undef HAVE_SETPWFILE
|
1999-10-28 03:48:59 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `setsid' function. */
|
|
|
|
|
#undef HAVE_SETSID
|
1998-11-21 15:39:24 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `setuid' function. */
|
|
|
|
|
#undef HAVE_SETUID
|
1999-08-21 23:04:33 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sgtty.h> header file. */
|
|
|
|
|
#undef HAVE_SGTTY_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <shadow.h> header file. */
|
|
|
|
|
#undef HAVE_SHADOW_H
|
1998-11-12 18:25:53 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `sigaction' function. */
|
|
|
|
|
#undef HAVE_SIGACTION
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `signal' function. */
|
|
|
|
|
#undef HAVE_SIGNAL
|
1999-02-04 16:54:38 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `sigset' function. */
|
|
|
|
|
#undef HAVE_SIGSET
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have -lslp */
|
|
|
|
|
#undef HAVE_SLP
|
2002-02-11 03:28:51 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <slp.h> header file. */
|
2001-01-16 17:18:33 -05:00
|
|
|
#undef HAVE_SLP_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
|
|
|
#undef HAVE_SNPRINTF
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* if you have spawnlp() */
|
|
|
|
|
#undef HAVE_SPAWNLP
|
1999-06-26 16:52:59 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sqlext.h> header file. */
|
2002-11-10 22:21:14 -05:00
|
|
|
#undef HAVE_SQLEXT_H
|
2001-01-16 17:18:33 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sql.h> header file. */
|
2002-11-10 22:21:14 -05:00
|
|
|
#undef HAVE_SQL_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_STDDEF_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
|
#undef HAVE_STDINT_H
|
1998-11-15 21:02:45 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
|
#undef HAVE_STDLIB_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
|
|
|
#undef HAVE_STRDUP
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
|
|
|
#undef HAVE_STRERROR
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strerror_r' function. */
|
|
|
|
|
#undef HAVE_STRERROR_R
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strftime' function. */
|
|
|
|
|
#undef HAVE_STRFTIME
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
|
#undef HAVE_STRINGS_H
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
|
#undef HAVE_STRING_H
|
1999-01-31 20:36:42 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strpbrk' function. */
|
|
|
|
|
#undef HAVE_STRPBRK
|
1999-04-29 20:50:08 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strrchr' function. */
|
|
|
|
|
#undef HAVE_STRRCHR
|
1999-04-29 20:50:08 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strsep' function. */
|
|
|
|
|
#undef HAVE_STRSEP
|
2000-09-14 23:27:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strspn' function. */
|
|
|
|
|
#undef HAVE_STRSPN
|
2000-09-14 23:27:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strstr' function. */
|
|
|
|
|
#undef HAVE_STRSTR
|
2000-09-14 23:27:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strtol' function. */
|
|
|
|
|
#undef HAVE_STRTOL
|
2000-09-14 23:27:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strtoll' function. */
|
|
|
|
|
#undef HAVE_STRTOLL
|
1999-05-19 03:12:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strtoq' function. */
|
|
|
|
|
#undef HAVE_STRTOQ
|
1999-05-19 03:12:20 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strtoul' function. */
|
|
|
|
|
#undef HAVE_STRTOUL
|
2000-05-11 06:10:53 -04:00
|
|
|
|
2010-08-12 19:32:37 -04:00
|
|
|
/* Define to 1 if you have the `strtoull' function. */
|
|
|
|
|
#undef HAVE_STRTOULL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `strtouq' function. */
|
|
|
|
|
#undef HAVE_STRTOUQ
|
2002-09-07 10:24:22 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `msg_accrightslen' is a member of `struct msghdr'. */
|
2005-08-12 22:17:12 -04:00
|
|
|
#undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN
|
1999-10-28 03:48:59 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
|
2005-08-12 22:17:12 -04:00
|
|
|
#undef HAVE_STRUCT_MSGHDR_MSG_CONTROL
|
1999-07-29 14:38:21 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
|
2005-08-12 18:28:17 -04:00
|
|
|
#undef HAVE_STRUCT_PASSWD_PW_GECOS
|
1999-07-29 14:38:21 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
|
2005-08-12 18:28:17 -04:00
|
|
|
#undef HAVE_STRUCT_PASSWD_PW_PASSWD
|
1999-07-29 14:38:21 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
|
1999-10-28 03:48:59 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `st_fstype' is a member of `struct stat'. */
|
2007-05-10 16:33:41 -04:00
|
|
|
#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
|
|
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to 1 if `st_vfstype' is a member of `struct stat'. */
|
2007-05-10 16:33:41 -04:00
|
|
|
#undef HAVE_STRUCT_STAT_ST_VFSTYPE
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <synch.h> header file. */
|
|
|
|
|
#undef HAVE_SYNCH_H
|
2001-12-06 23:40:07 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `sysconf' function. */
|
|
|
|
|
#undef HAVE_SYSCONF
|
2004-11-18 17:06:15 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sysexits.h> header file. */
|
1999-01-31 21:47:39 -05:00
|
|
|
#undef HAVE_SYSEXITS_H
|
2004-04-24 21:05:15 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
1998-10-24 21:41:42 -04:00
|
|
|
#undef HAVE_SYSLOG_H
|
2004-04-24 21:05:15 -04:00
|
|
|
|
2006-09-17 18:09:19 -04:00
|
|
|
/* Define to 1 if you have the <sys/devpoll.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_DEVPOLL_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
#undef HAVE_SYS_DIR_H
|
2004-04-24 17:30:28 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/epoll.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_EPOLL_H
|
2004-04-24 17:30:28 -04:00
|
|
|
|
|
|
|
|
/* define if you actually have sys_errlist in your libs */
|
|
|
|
|
#undef HAVE_SYS_ERRLIST
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/errno.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_ERRNO_H
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2011-11-14 14:34:12 -05:00
|
|
|
/* Define to 1 if you have the <sys/event.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_EVENT_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_FILE_H
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/filio.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_FILIO_H
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2007-05-10 16:33:41 -04:00
|
|
|
/* Define to 1 if you have the <sys/fstyp.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_FSTYP_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_IOCTL_H
|
1999-02-04 16:54:38 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
#undef HAVE_SYS_NDIR_H
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_PARAM_H
|
1999-10-01 01:11:39 -04:00
|
|
|
|
2006-10-11 08:36:50 -04:00
|
|
|
/* Define to 1 if you have the <sys/poll.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_POLL_H
|
|
|
|
|
|
2007-05-10 16:33:41 -04:00
|
|
|
/* Define to 1 if you have the <sys/privgrp.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_PRIVGRP_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_RESOURCE_H
|
1999-02-02 20:05:41 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_SELECT_H
|
1999-03-01 13:55:52 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_SOCKET_H
|
1999-03-07 20:48:45 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_STAT_H
|
2004-11-03 16:06:17 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/syslog.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_SYSLOG_H
|
1999-03-01 13:55:52 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_TIME_H
|
2001-01-16 17:18:33 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_TYPES_H
|
1999-10-28 03:48:59 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/ucred.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_UCRED_H
|
1999-11-01 17:06:00 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/uio.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_UIO_H
|
1999-11-01 17:06:00 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/un.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_UN_H
|
1999-02-02 20:05:41 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <sys/uuid.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_UUID_H
|
1999-04-06 22:47:15 -04:00
|
|
|
|
2007-05-10 16:33:41 -04:00
|
|
|
/* Define to 1 if you have the <sys/vmount.h> header file. */
|
|
|
|
|
#undef HAVE_SYS_VMOUNT_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
|
|
|
#undef HAVE_SYS_WAIT_H
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have -lwrap */
|
|
|
|
|
#undef HAVE_TCPD
|
1999-02-08 17:54:40 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <tcpd.h> header file. */
|
|
|
|
|
#undef HAVE_TCPD_H
|
1999-02-02 20:05:41 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
|
|
|
#undef HAVE_TERMIOS_H
|
1999-08-21 23:04:33 -04:00
|
|
|
|
1999-02-02 20:05:41 -05:00
|
|
|
/* if you have Solaris LWP (thr) package */
|
|
|
|
|
#undef HAVE_THR
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <thread.h> header file. */
|
|
|
|
|
#undef HAVE_THREAD_H
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `thr_getconcurrency' function. */
|
|
|
|
|
#undef HAVE_THR_GETCONCURRENCY
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `thr_setconcurrency' function. */
|
|
|
|
|
#undef HAVE_THR_SETCONCURRENCY
|
1999-03-29 23:25:52 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `thr_yield' function. */
|
|
|
|
|
#undef HAVE_THR_YIELD
|
1999-03-29 23:46:17 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have TLS */
|
|
|
|
|
#undef HAVE_TLS
|
1999-03-03 18:32:00 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
|
#undef HAVE_UNISTD_H
|
2001-12-06 23:40:07 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
|
|
|
|
#undef HAVE_UTIME_H
|
1999-08-02 20:50:52 -04:00
|
|
|
|
2007-03-02 15:53:56 -05:00
|
|
|
/* define if you have uuid_generate() */
|
2007-03-02 02:38:57 -05:00
|
|
|
#undef HAVE_UUID_GENERATE
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have uuid_to_str() */
|
|
|
|
|
#undef HAVE_UUID_TO_STR
|
2002-08-28 03:32:00 -04:00
|
|
|
|
2007-03-02 02:38:57 -05:00
|
|
|
/* Define to 1 if you have the <uuid/uuid.h> header file. */
|
|
|
|
|
#undef HAVE_UUID_UUID_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `vprintf' function. */
|
|
|
|
|
#undef HAVE_VPRINTF
|
1999-10-26 18:57:39 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
|
|
|
|
#undef HAVE_VSNPRINTF
|
1999-08-02 19:35:03 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `wait4' function. */
|
|
|
|
|
#undef HAVE_WAIT4
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `waitpid' function. */
|
|
|
|
|
#undef HAVE_WAITPID
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have winsock */
|
|
|
|
|
#undef HAVE_WINSOCK
|
2001-01-16 17:18:33 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have winsock2 */
|
|
|
|
|
#undef HAVE_WINSOCK2
|
2004-10-12 20:30:27 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <winsock2.h> header file. */
|
|
|
|
|
#undef HAVE_WINSOCK2_H
|
2004-09-12 01:35:03 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the <winsock.h> header file. */
|
|
|
|
|
#undef HAVE_WINSOCK_H
|
2003-06-28 15:52:19 -04:00
|
|
|
|
2017-04-19 15:49:24 -04:00
|
|
|
/* Define to 1 if you have the <wiredtiger.h> header file. */
|
|
|
|
|
#undef HAVE_WIREDTIGER_H
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the `write' function. */
|
|
|
|
|
#undef HAVE_WRITE
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if select implicitly yields */
|
|
|
|
|
#undef HAVE_YIELDING_SELECT
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2009-07-22 02:34:37 -04:00
|
|
|
/* Define to 1 if you have the `_vsnprintf' function. */
|
|
|
|
|
#undef HAVE__VSNPRINTF
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to 32-bit or greater integer type */
|
|
|
|
|
#undef LBER_INT_T
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to large integer type */
|
|
|
|
|
#undef LBER_LEN_T
|
1999-01-31 20:36:42 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to socket descriptor type */
|
|
|
|
|
#undef LBER_SOCKET_T
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to large integer type */
|
|
|
|
|
#undef LBER_TAG_T
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2020-07-14 18:16:30 -04:00
|
|
|
/* define to 1 if library is reentrant */
|
|
|
|
|
#undef LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to 1 if library is thread safe */
|
|
|
|
|
#undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
|
2000-01-13 18:02:51 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to LDAP VENDOR VERSION */
|
|
|
|
|
#undef LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
|
1999-10-28 03:48:59 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define this to add debugging code */
|
|
|
|
|
#undef LDAP_DEBUG
|
1999-03-17 17:23:29 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if LDAP libs are dynamic */
|
|
|
|
|
#undef LDAP_LIBS_DYNAMIC
|
1999-06-26 16:52:59 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support PF_INET6 */
|
|
|
|
|
#undef LDAP_PF_INET6
|
1999-03-03 18:32:00 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support PF_LOCAL */
|
|
|
|
|
#undef LDAP_PF_LOCAL
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define this to add SLAPI code */
|
|
|
|
|
#undef LDAP_SLAPI
|
1999-11-01 12:36:09 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define this to add syslog code */
|
|
|
|
|
#undef LDAP_SYSLOG
|
1999-11-01 12:36:09 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Version */
|
|
|
|
|
#undef LDAP_VENDOR_VERSION
|
1999-11-01 12:36:09 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Major */
|
|
|
|
|
#undef LDAP_VENDOR_VERSION_MAJOR
|
2004-04-08 04:54:49 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Minor */
|
|
|
|
|
#undef LDAP_VENDOR_VERSION_MINOR
|
2005-03-04 20:23:29 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Patch */
|
|
|
|
|
#undef LDAP_VENDOR_VERSION_PATCH
|
1999-08-03 16:02:44 -04:00
|
|
|
|
2020-04-09 19:38:01 -04:00
|
|
|
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
|
|
|
|
#undef LT_OBJDIR
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if memcmp is not 8-bit clean or is otherwise broken */
|
|
|
|
|
#undef NEED_MEMCMP_REPLACEMENT
|
1999-10-28 03:48:59 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define if you have (or want) no threads */
|
|
|
|
|
#undef NO_THREADS
|
2003-03-02 16:46:40 -05:00
|
|
|
|
2005-12-27 11:29:37 -05:00
|
|
|
/* define to use the original debug style */
|
|
|
|
|
#undef OLD_DEBUG
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Package */
|
|
|
|
|
#undef OPENLDAP_PACKAGE
|
2005-03-15 21:23:05 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Version */
|
|
|
|
|
#undef OPENLDAP_VERSION
|
2002-09-07 10:24:22 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
|
#undef PACKAGE_BUGREPORT
|
2002-09-07 10:24:22 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the full name of this package. */
|
|
|
|
|
#undef PACKAGE_NAME
|
2002-12-09 11:46:47 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
|
#undef PACKAGE_STRING
|
2002-12-09 11:46:47 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
|
#undef PACKAGE_TARNAME
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* Define to the home page for this package. */
|
|
|
|
|
#undef PACKAGE_URL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the version of this package. */
|
|
|
|
|
#undef PACKAGE_VERSION
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2006-01-06 01:07:36 -05:00
|
|
|
/* define if sched_yield yields the entire process */
|
|
|
|
|
#undef REPLACE_BROKEN_YIELD
|
2006-01-06 00:38:57 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
|
|
|
#undef RETSIGTYPE
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the type of arg 1 for `select'. */
|
|
|
|
|
#undef SELECT_TYPE_ARG1
|
2000-06-09 19:09:51 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the type of args 2, 3 and 4 for `select'. */
|
|
|
|
|
#undef SELECT_TYPE_ARG234
|
2000-01-08 13:42:11 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to the type of arg 5 for `select'. */
|
|
|
|
|
#undef SELECT_TYPE_ARG5
|
2000-01-01 20:21:25 -05:00
|
|
|
|
2009-07-22 02:34:37 -04:00
|
|
|
/* The size of `int', as computed by sizeof. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef SIZEOF_INT
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2009-07-22 02:34:37 -04:00
|
|
|
/* The size of `long', as computed by sizeof. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef SIZEOF_LONG
|
2000-05-10 00:29:51 -04:00
|
|
|
|
2009-07-22 02:34:37 -04:00
|
|
|
/* The size of `long long', as computed by sizeof. */
|
2006-02-10 03:21:02 -05:00
|
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
|
|
2009-07-22 02:34:37 -04:00
|
|
|
/* The size of `short', as computed by sizeof. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef SIZEOF_SHORT
|
2002-06-12 00:55:30 -04:00
|
|
|
|
2009-07-22 02:34:37 -04:00
|
|
|
/* The size of `wchar_t', as computed by sizeof. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef SIZEOF_WCHAR_T
|
1999-07-23 17:10:02 -04:00
|
|
|
|
1999-08-20 18:42:04 -04:00
|
|
|
/* define to support per-object ACIs */
|
|
|
|
|
#undef SLAPD_ACI_ENABLED
|
|
|
|
|
|
2017-04-19 15:49:24 -04:00
|
|
|
/* define to support LDAP Async Metadirectory backend */
|
|
|
|
|
#undef SLAPD_ASYNCMETA
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support cleartext passwords */
|
|
|
|
|
#undef SLAPD_CLEARTEXT
|
|
|
|
|
|
|
|
|
|
/* define to support crypt(3) passwords */
|
|
|
|
|
#undef SLAPD_CRYPT
|
|
|
|
|
|
2000-05-10 14:17:38 -04:00
|
|
|
/* define to support DNS SRV backend */
|
|
|
|
|
#undef SLAPD_DNSSRV
|
|
|
|
|
|
1999-07-23 17:10:02 -04:00
|
|
|
/* define to support LDAP backend */
|
|
|
|
|
#undef SLAPD_LDAP
|
|
|
|
|
|
2011-09-01 19:56:56 -04:00
|
|
|
/* define to support MDB backend */
|
|
|
|
|
#undef SLAPD_MDB
|
|
|
|
|
|
2001-05-11 20:51:28 -04:00
|
|
|
/* define to support LDAP Metadirectory backend */
|
|
|
|
|
#undef SLAPD_META
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support modules */
|
|
|
|
|
#undef SLAPD_MODULES
|
2002-04-08 05:43:22 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* dynamically linked module */
|
|
|
|
|
#undef SLAPD_MOD_DYNAMIC
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* statically linked module */
|
|
|
|
|
#undef SLAPD_MOD_STATIC
|
1999-07-23 17:10:02 -04:00
|
|
|
|
2008-08-26 17:48:17 -04:00
|
|
|
/* define to support NDB backend */
|
|
|
|
|
#undef SLAPD_NDB
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support NULL backend */
|
|
|
|
|
#undef SLAPD_NULL
|
2000-03-16 13:54:11 -05:00
|
|
|
|
2005-06-10 08:10:31 -04:00
|
|
|
/* define for In-Directory Access Logging overlay */
|
|
|
|
|
#undef SLAPD_OVER_ACCESSLOG
|
|
|
|
|
|
2006-02-27 06:24:33 -05:00
|
|
|
/* define for Audit Logging overlay */
|
|
|
|
|
#undef SLAPD_OVER_AUDITLOG
|
|
|
|
|
|
2017-04-19 15:49:24 -04:00
|
|
|
/* define for Automatic Certificate Authority overlay */
|
|
|
|
|
#undef SLAPD_OVER_AUTOCA
|
|
|
|
|
|
2008-09-10 20:35:40 -04:00
|
|
|
/* define for Collect overlay */
|
|
|
|
|
#undef SLAPD_OVER_COLLECT
|
|
|
|
|
|
2006-05-15 15:03:22 -04:00
|
|
|
/* define for Attribute Constraint overlay */
|
|
|
|
|
#undef SLAPD_OVER_CONSTRAINT
|
|
|
|
|
|
2006-01-06 12:49:00 -05:00
|
|
|
/* define for Dynamic Directory Services overlay */
|
|
|
|
|
#undef SLAPD_OVER_DDS
|
|
|
|
|
|
2008-10-22 18:19:49 -04:00
|
|
|
/* define for Dynamic Directory Services overlay */
|
|
|
|
|
#undef SLAPD_OVER_DEREF
|
|
|
|
|
|
2003-12-06 05:59:27 -05:00
|
|
|
/* define for Dynamic Group overlay */
|
|
|
|
|
#undef SLAPD_OVER_DYNGROUP
|
|
|
|
|
|
2005-04-12 14:46:52 -04:00
|
|
|
/* define for Dynamic List overlay */
|
|
|
|
|
#undef SLAPD_OVER_DYNLIST
|
|
|
|
|
|
2007-08-23 22:46:55 -04:00
|
|
|
/* define for Reverse Group Membership overlay */
|
|
|
|
|
#undef SLAPD_OVER_MEMBEROF
|
|
|
|
|
|
2004-03-20 16:38:50 -05:00
|
|
|
/* define for Password Policy overlay */
|
|
|
|
|
#undef SLAPD_OVER_PPOLICY
|
|
|
|
|
|
2003-12-06 05:59:27 -05:00
|
|
|
/* define for Proxy Cache overlay */
|
|
|
|
|
#undef SLAPD_OVER_PROXYCACHE
|
|
|
|
|
|
2004-04-17 04:45:29 -04:00
|
|
|
/* define for Referential Integrity overlay */
|
|
|
|
|
#undef SLAPD_OVER_REFINT
|
|
|
|
|
|
2020-02-28 15:00:14 -05:00
|
|
|
/* define for Return Code overlay */
|
2005-06-19 18:43:00 -04:00
|
|
|
#undef SLAPD_OVER_RETCODE
|
|
|
|
|
|
2003-12-14 01:46:30 -05:00
|
|
|
/* define for Rewrite/Remap overlay */
|
|
|
|
|
#undef SLAPD_OVER_RWM
|
|
|
|
|
|
2006-02-12 21:24:26 -05:00
|
|
|
/* define for Sequential Modify overlay */
|
|
|
|
|
#undef SLAPD_OVER_SEQMOD
|
|
|
|
|
|
2009-07-13 14:56:03 -04:00
|
|
|
/* define for ServerSideSort/VLV overlay */
|
|
|
|
|
#undef SLAPD_OVER_SSSVLV
|
|
|
|
|
|
2004-11-25 16:16:54 -05:00
|
|
|
/* define for Syncrepl Provider overlay */
|
|
|
|
|
#undef SLAPD_OVER_SYNCPROV
|
|
|
|
|
|
2005-03-09 23:35:57 -05:00
|
|
|
/* define for Translucent Proxy overlay */
|
|
|
|
|
#undef SLAPD_OVER_TRANSLUCENT
|
|
|
|
|
|
2004-04-17 04:45:29 -04:00
|
|
|
/* define for Attribute Uniqueness overlay */
|
|
|
|
|
#undef SLAPD_OVER_UNIQUE
|
|
|
|
|
|
2005-08-24 05:06:13 -04:00
|
|
|
/* define for Value Sorting overlay */
|
|
|
|
|
#undef SLAPD_OVER_VALSORT
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support PASSWD backend */
|
|
|
|
|
#undef SLAPD_PASSWD
|
2001-05-11 20:51:28 -04:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support PERL backend */
|
|
|
|
|
#undef SLAPD_PERL
|
2002-12-09 11:46:47 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support relay backend */
|
|
|
|
|
#undef SLAPD_RELAY
|
|
|
|
|
|
|
|
|
|
/* define to support reverse lookups */
|
|
|
|
|
#undef SLAPD_RLOOKUPS
|
|
|
|
|
|
|
|
|
|
/* define to support SHELL backend */
|
|
|
|
|
#undef SLAPD_SHELL
|
|
|
|
|
|
2007-09-09 10:23:36 -04:00
|
|
|
/* define to support SOCK backend */
|
|
|
|
|
#undef SLAPD_SOCK
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to support SASL passwords */
|
|
|
|
|
#undef SLAPD_SPASSWD
|
|
|
|
|
|
|
|
|
|
/* define to support SQL backend */
|
|
|
|
|
#undef SLAPD_SQL
|
|
|
|
|
|
2017-04-19 15:49:24 -04:00
|
|
|
/* define to support WiredTiger backend */
|
|
|
|
|
#undef SLAPD_WT
|
|
|
|
|
|
2006-01-06 12:14:41 -05:00
|
|
|
/* define to support run-time loadable ACL */
|
|
|
|
|
#undef SLAP_DYNACL
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
|
|
|
#undef STDC_HEADERS
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
|
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
|
|
|
|
|
|
/* set to urandom device */
|
|
|
|
|
#undef URANDOM_DEVICE
|
|
|
|
|
|
2006-02-10 03:21:02 -05:00
|
|
|
/* define to use OpenSSL BIGNUM for MP */
|
|
|
|
|
#undef USE_MP_BIGNUM
|
|
|
|
|
|
2006-02-10 10:13:23 -05:00
|
|
|
/* define to use GMP for MP */
|
|
|
|
|
#undef USE_MP_GMP
|
|
|
|
|
|
2006-02-10 03:21:02 -05:00
|
|
|
/* define to use 'long' for MP */
|
|
|
|
|
#undef USE_MP_LONG
|
|
|
|
|
|
2006-02-10 10:13:23 -05:00
|
|
|
/* define to use 'long long' for MP */
|
2006-02-10 03:21:02 -05:00
|
|
|
#undef USE_MP_LONG_LONG
|
|
|
|
|
|
2020-02-28 15:00:10 -05:00
|
|
|
/* 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
|
2005-08-12 02:52:49 -04:00
|
|
|
|
2007-06-09 19:38:13 -04:00
|
|
|
/* Define to the type of arg 3 for `accept'. */
|
|
|
|
|
#undef ber_socklen_t
|
|
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* 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
|
2000-03-16 14:14:48 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* 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
|
|
|
|
|
|
2005-08-12 23:04:44 -04:00
|
|
|
/* Define to `int' if <signal.h> does not define. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#undef sig_atomic_t
|
|
|
|
|
|
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
|
|
|
#undef size_t
|
|
|
|
|
|
|
|
|
|
/* define to snprintf routine */
|
|
|
|
|
#undef snprintf
|
|
|
|
|
|
2007-06-09 19:38:13 -04:00
|
|
|
/* Define like ber_socklen_t if <sys/socket.h> does not define. */
|
2005-08-12 02:52:49 -04:00
|
|
|
#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
|
2002-12-09 11:46:47 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
/* define to snprintf routine */
|
|
|
|
|
#undef vsnprintf
|
2000-03-16 14:14:48 -05:00
|
|
|
|
2005-08-12 02:52:49 -04:00
|
|
|
|
|
|
|
|
/* begin of portable.h.post */
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1999-11-01 13:14:26 -05:00
|
|
|
#ifdef _WIN32
|
|
|
|
|
/* don't suck in all of the win32 api */
|
1999-11-01 18:45:09 -05:00
|
|
|
# define WIN32_LEAN_AND_MEAN 1
|
1999-11-01 13:14:26 -05:00
|
|
|
#endif
|
|
|
|
|
|
2000-06-19 18:20:36 -04:00
|
|
|
#ifndef LDAP_NEEDS_PROTOTYPES
|
1999-08-23 20:27:53 -04:00
|
|
|
/* force LDAP_P to always include prototypes */
|
2000-06-19 18:20:36 -04:00
|
|
|
#define LDAP_NEEDS_PROTOTYPES 1
|
1999-08-23 20:27:53 -04:00
|
|
|
#endif
|
|
|
|
|
|
2003-02-08 16:53:05 -05:00
|
|
|
#ifndef LDAP_REL_ENG
|
|
|
|
|
#if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
|
|
|
|
|
#define LDAP_DEVEL
|
|
|
|
|
#endif
|
1999-03-19 22:21:19 -05:00
|
|
|
#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
|
|
|
|
|
#define LDAP_TEST
|
1999-03-19 22:13:24 -05:00
|
|
|
#endif
|
2003-02-08 16:53:05 -05:00
|
|
|
#endif
|
1998-10-24 21:41:42 -04:00
|
|
|
|
2003-12-15 20:58:15 -05:00
|
|
|
#ifdef HAVE_STDDEF_H
|
|
|
|
|
# include <stddef.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
2002-09-07 10:24:22 -04:00
|
|
|
#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
|
|
|
|
|
*/
|
2002-09-09 20:47:32 -04:00
|
|
|
#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
|
2002-09-07 10:24:22 -04:00
|
|
|
#endif
|
|
|
|
|
|
2004-07-09 13:52:26 -04:00
|
|
|
#include "ac/fdset.h"
|
2003-12-14 01:46:30 -05:00
|
|
|
|
1998-10-24 21:41:42 -04:00
|
|
|
#include "ldap_cdefs.h"
|
1998-11-10 18:37:30 -05:00
|
|
|
#include "ldap_features.h"
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1999-03-19 22:13:24 -05:00
|
|
|
#include "ac/assert.h"
|
2003-04-07 18:44:15 -04:00
|
|
|
#include "ac/localize.h"
|
1999-03-19 22:13:24 -05:00
|
|
|
|
1998-10-24 21:41:42 -04:00
|
|
|
#endif /* _LDAP_PORTABLE_H */
|
2005-08-12 02:52:49 -04:00
|
|
|
/* end of portable.h.post */
|
|
|
|
|
|