2005-08-12 06:52:49 +00:00
|
|
|
/* include/portable.hin. Generated from configure.in by autoheader. */
|
|
|
|
|
|
|
|
|
|
|
|
/* begin of portable.h.pre */
|
2003-11-26 04:17:25 +00:00
|
|
|
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
*
|
2011-01-05 00:42:37 +00:00
|
|
|
* Copyright 1998-2011 The OpenLDAP Foundation
|
1998-12-28 23:43:04 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
2001-05-29 03:29:53 +00:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted only as authorized by the OpenLDAP
|
2003-11-26 02:58:56 +00: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 23:43:04 +00:00
|
|
|
*/
|
1998-10-25 01:41:42 +00:00
|
|
|
|
|
|
|
#ifndef _LDAP_PORTABLE_H
|
|
|
|
#define _LDAP_PORTABLE_H
|
|
|
|
|
1998-11-05 06:11:47 +00:00
|
|
|
/* define this if needed to get reentrant functions */
|
1999-01-10 02:25:41 +00:00
|
|
|
#ifndef REENTRANT
|
1998-11-30 20:40:42 +00:00
|
|
|
#undef REENTRANT
|
1999-01-10 02:25:41 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _REENTRANT
|
1998-11-05 06:11:47 +00:00
|
|
|
#undef _REENTRANT
|
1999-01-10 02:25:41 +00:00
|
|
|
#endif
|
1998-11-05 06:11:47 +00:00
|
|
|
|
|
|
|
/* define this if needed to get threadsafe functions */
|
1999-01-10 02:25:41 +00:00
|
|
|
#ifndef THREADSAFE
|
1998-11-30 20:40:42 +00:00
|
|
|
#undef THREADSAFE
|
1999-01-10 02:25:41 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _THREADSAFE
|
1998-11-11 00:24:22 +00:00
|
|
|
#undef _THREADSAFE
|
1999-01-10 02:25:41 +00:00
|
|
|
#endif
|
|
|
|
#ifndef THREAD_SAFE
|
1998-11-30 20:40:42 +00:00
|
|
|
#undef THREAD_SAFE
|
1999-01-10 02:25:41 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _THREAD_SAFE
|
1998-11-30 20:40:42 +00:00
|
|
|
#undef _THREAD_SAFE
|
1999-01-10 02:25:41 +00:00
|
|
|
#endif
|
1998-11-11 00:24:22 +00:00
|
|
|
|
1999-06-11 00:07:10 +00:00
|
|
|
#ifndef _SGI_MP_SOURCE
|
|
|
|
#undef _SGI_MP_SOURCE
|
|
|
|
#endif
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* end of portable.h.pre */
|
|
|
|
|
|
|
|
|
|
|
|
/* 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 rewriting in back-ldap and back-meta */
|
|
|
|
#undef ENABLE_REWRITE
|
|
|
|
|
|
|
|
/* 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-25 01:41:42 +00:00
|
|
|
#undef HAVE_BCOPY
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define this if Berkeley DB is available */
|
|
|
|
#undef HAVE_BERKELEY_DB
|
|
|
|
|
|
|
|
/* define if Berkeley DB has DB_THREAD support */
|
|
|
|
#undef HAVE_BERKELEY_DB_THREAD
|
|
|
|
|
|
|
|
/* 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 23:30:52 +00:00
|
|
|
#undef HAVE_CHROOT
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `closesocket' function. */
|
1999-06-09 00:10:26 +00:00
|
|
|
#undef HAVE_CLOSESOCKET
|
|
|
|
|
2005-08-12 06:52:49 +00: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
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <cthreads.h> header file. */
|
|
|
|
#undef HAVE_CTHREADS_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `ctime_r' function. */
|
1998-12-19 01:27:20 +00:00
|
|
|
#undef HAVE_CTIME_R
|
1998-12-04 02:31:41 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have Cyrus SASL */
|
|
|
|
#undef HAVE_CYRUS_SASL
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <db.h> header file. */
|
|
|
|
#undef HAVE_DB_H
|
|
|
|
|
2006-09-17 22:09:19 +00:00
|
|
|
/* define if your system supports /dev/poll */
|
|
|
|
#undef HAVE_DEVPOLL
|
|
|
|
|
2005-08-12 06:52:49 +00: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-03 03:19:07 +00:00
|
|
|
#undef HAVE_ENDGRENT
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `endpwent' function. */
|
1999-04-03 03:19:07 +00:00
|
|
|
#undef HAVE_ENDPWENT
|
|
|
|
|
2005-08-12 06:52:49 +00: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 05:53:34 +00:00
|
|
|
#undef HAVE_FCNTL
|
|
|
|
|
2005-08-12 06:52:49 +00: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-25 01:41:42 +00:00
|
|
|
#undef HAVE_FLOCK
|
|
|
|
|
2005-08-12 06:52:49 +00: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 05:47:17 +00:00
|
|
|
#undef HAVE_FSTAT
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `gai_strerror' function. */
|
2000-10-16 04:10:22 +00:00
|
|
|
#undef HAVE_GAI_STRERROR
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
2000-06-09 17:01:05 +00:00
|
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getdtablesize' function. */
|
1998-10-25 01:41:42 +00:00
|
|
|
#undef HAVE_GETDTABLESIZE
|
|
|
|
|
2008-11-21 02:14:31 +00:00
|
|
|
/* Define to 1 if you have the `geteuid' function. */
|
|
|
|
#undef HAVE_GETEUID
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getgrgid' function. */
|
1999-04-03 03:19:07 +00:00
|
|
|
#undef HAVE_GETGRGID
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `gethostbyaddr_r' function. */
|
1998-12-04 04:21:19 +00:00
|
|
|
#undef HAVE_GETHOSTBYADDR_R
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `gethostbyname_r' function. */
|
1998-12-04 04:21:19 +00:00
|
|
|
#undef HAVE_GETHOSTBYNAME_R
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
1998-10-25 01:41:42 +00:00
|
|
|
#undef HAVE_GETHOSTNAME
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getnameinfo' function. */
|
2003-03-06 00:38:42 +00:00
|
|
|
#undef HAVE_GETNAMEINFO
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getopt' function. */
|
1998-10-25 01:41:42 +00:00
|
|
|
#undef HAVE_GETOPT
|
|
|
|
|
2005-08-12 06:52:49 +00: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 18:41:26 +00:00
|
|
|
#undef HAVE_GETPASSPHRASE
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getpeereid' function. */
|
2002-12-04 06:17:32 +00:00
|
|
|
#undef HAVE_GETPEEREID
|
|
|
|
|
2005-11-23 18:55:31 +00:00
|
|
|
/* Define to 1 if you have the `getpeerucred' function. */
|
|
|
|
#undef HAVE_GETPEERUCRED
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getpwnam' function. */
|
1999-06-26 20:52:59 +00:00
|
|
|
#undef HAVE_GETPWNAM
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
1998-11-12 23:25:53 +00:00
|
|
|
#undef HAVE_GETPWUID
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `getspnam' function. */
|
1999-06-26 20:52:59 +00:00
|
|
|
#undef HAVE_GETSPNAM
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
1998-10-25 01:41:42 +00:00
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <gmp.h> header file. */
|
|
|
|
#undef HAVE_GMP_H
|
2001-05-03 05:53:34 +00:00
|
|
|
|
2009-08-19 09:15:10 +00:00
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
|
|
#undef HAVE_GMTIME_R
|
|
|
|
|
2007-05-10 20:33:41 +00: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 06:52:49 +00:00
|
|
|
/* if you have GNU Pth */
|
|
|
|
#undef HAVE_GNU_PTH
|
1999-04-21 00:40:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <grp.h> header file. */
|
|
|
|
#undef HAVE_GRP_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `hstrerror' function. */
|
|
|
|
#undef HAVE_HSTRERROR
|
2001-12-18 23:44:06 +00:00
|
|
|
|
2005-11-16 06:31:00 +00:00
|
|
|
/* define if you actually have ICU */
|
|
|
|
#undef HAVE_ICU
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to you inet_aton(3) is available */
|
|
|
|
#undef HAVE_INET_ATON
|
2001-12-18 23:44:06 +00:00
|
|
|
|
2005-10-14 03:40:03 +00:00
|
|
|
/* Define to 1 if you have the `inet_ntoa_b' function. */
|
|
|
|
#undef HAVE_INET_NTOA_B
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `inet_ntop' function. */
|
|
|
|
#undef HAVE_INET_NTOP
|
1999-08-31 17:01:10 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `initgroups' function. */
|
|
|
|
#undef HAVE_INITGROUPS
|
2004-10-18 21:09:17 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#undef HAVE_INTTYPES_H
|
1999-01-28 04:34:55 +00:00
|
|
|
|
2006-09-17 22:09:19 +00:00
|
|
|
/* Define to 1 if you have the `ioctl' function. */
|
|
|
|
#undef HAVE_IOCTL
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <io.h> header file. */
|
|
|
|
#undef HAVE_IO_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `gen' library (-lgen). */
|
|
|
|
#undef HAVE_LIBGEN
|
1999-06-28 04:11:41 +00:00
|
|
|
|
2006-02-10 08:21:02 +00:00
|
|
|
/* Define to 1 if you have the `gmp' library (-lgmp). */
|
|
|
|
#undef HAVE_LIBGMP
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `inet' library (-linet). */
|
|
|
|
#undef HAVE_LIBINET
|
1999-04-21 00:40:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have libtool -ltdl */
|
|
|
|
#undef HAVE_LIBLTDL
|
1999-04-21 00:40:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `net' library (-lnet). */
|
|
|
|
#undef HAVE_LIBNET
|
1999-04-21 00:40:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
|
|
|
#undef HAVE_LIBNSL
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
|
|
|
|
#undef HAVE_LIBNSL_S
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */
|
|
|
|
#undef HAVE_LIBSOCKET
|
1999-04-21 00:40:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <libutil.h> header file. */
|
|
|
|
#undef HAVE_LIBUTIL_H
|
1999-08-31 00:58:22 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `V3' library (-lV3). */
|
|
|
|
#undef HAVE_LIBV3
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
|
|
#undef HAVE_LIMITS_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* if you have LinuxThreads */
|
|
|
|
#undef HAVE_LINUX_THREADS
|
2002-09-07 14:24:22 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
|
|
#undef HAVE_LOCALE_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2009-08-19 09:15:10 +00:00
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `lockf' function. */
|
|
|
|
#undef HAVE_LOCKF
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 20:00:00 +00:00
|
|
|
/* Define to 1 if the system has the type `long long'. */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef HAVE_LONG_LONG
|
2004-04-24 21:30:28 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <ltdl.h> header file. */
|
|
|
|
#undef HAVE_LTDL_H
|
1998-11-17 19:05:48 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have Mach Cthreads */
|
|
|
|
#undef HAVE_MACH_CTHREADS
|
1999-01-16 00:59:49 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <mach/cthreads.h> header file. */
|
|
|
|
#undef HAVE_MACH_CTHREADS_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
|
|
#undef HAVE_MALLOC_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `memcpy' function. */
|
|
|
|
#undef HAVE_MEMCPY
|
2003-09-22 06:07:25 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `memmove' function. */
|
|
|
|
#undef HAVE_MEMMOVE
|
2003-09-21 05:37:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#undef HAVE_MEMORY_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-11-14 18:32:27 +00:00
|
|
|
/* Define to 1 if you have the `memrchr' function. */
|
2005-11-13 22:26:53 +00:00
|
|
|
#undef HAVE_MEMRCHR
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `mkstemp' function. */
|
|
|
|
#undef HAVE_MKSTEMP
|
1999-01-28 04:34:55 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `mktemp' function. */
|
|
|
|
#undef HAVE_MKTEMP
|
1998-11-05 02:50:28 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define this if you have mkversion */
|
|
|
|
#undef HAVE_MKVERSION
|
1998-11-04 23:29:52 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* define if you have MozNSS */
|
|
|
|
#undef HAVE_MOZNSS
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
#undef HAVE_NDIR_H
|
1999-06-28 04:11:41 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <netinet/tcp.h> header file. */
|
|
|
|
#undef HAVE_NETINET_TCP_H
|
1999-03-13 02:17:34 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if strerror_r returns char* instead of int */
|
|
|
|
#undef HAVE_NONPOSIX_STRERROR_R
|
1999-02-04 21:54:38 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* Define to 1 if you have the <nssutil.h> header file. */
|
|
|
|
#undef HAVE_NSSUTIL_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* if you have NT Event Log */
|
|
|
|
#undef HAVE_NT_EVENT_LOG
|
1999-03-20 03:21:19 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* if you have NT Service Manager */
|
|
|
|
#undef HAVE_NT_SERVICE_MANAGER
|
2003-12-14 06:46:30 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* if you have NT Threads */
|
|
|
|
#undef HAVE_NT_THREADS
|
2004-10-13 00:30:27 +00:00
|
|
|
|
2005-10-13 23:52:14 +00:00
|
|
|
/* define if you have OpenSSL */
|
|
|
|
#undef HAVE_OPENSSL
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <openssl/bn.h> header file. */
|
|
|
|
#undef HAVE_OPENSSL_BN_H
|
1999-10-28 07:24:39 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have OpenSSL with CRL checking capability */
|
|
|
|
#undef HAVE_OPENSSL_CRL
|
1998-11-18 04:48:16 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <openssl/crypto.h> header file. */
|
|
|
|
#undef HAVE_OPENSSL_CRYPTO_H
|
2004-10-13 00:30:27 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
|
|
|
#undef HAVE_OPENSSL_SSL_H
|
2001-11-28 02:05:14 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `pipe' function. */
|
|
|
|
#undef HAVE_PIPE
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `poll' function. */
|
|
|
|
#undef HAVE_POLL
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <poll.h> header file. */
|
|
|
|
#undef HAVE_POLL_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <process.h> header file. */
|
|
|
|
#undef HAVE_PROCESS_H
|
1999-10-28 07:24:39 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <psap.h> header file. */
|
|
|
|
#undef HAVE_PSAP_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to pthreads API spec revision */
|
|
|
|
#undef HAVE_PTHREADS
|
2002-02-11 00:28:17 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have pthread_detach function */
|
|
|
|
#undef HAVE_PTHREAD_DETACH
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `pthread_getconcurrency' function. */
|
|
|
|
#undef HAVE_PTHREAD_GETCONCURRENCY
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
|
|
#undef HAVE_PTHREAD_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `pthread_kill' function. */
|
|
|
|
#undef HAVE_PTHREAD_KILL
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
|
|
|
|
#undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2007-03-02 07:38:57 +00:00
|
|
|
/* define if you have pthread_rwlock_destroy function */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef HAVE_PTHREAD_RWLOCK_DESTROY
|
2004-09-12 05:35:03 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `pthread_setconcurrency' function. */
|
|
|
|
#undef HAVE_PTHREAD_SETCONCURRENCY
|
1999-04-04 00:59:32 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `pthread_yield' function. */
|
|
|
|
#undef HAVE_PTHREAD_YIELD
|
2000-01-08 18:42:11 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <pth.h> header file. */
|
|
|
|
#undef HAVE_PTH_H
|
1999-10-28 07:24:39 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if the system has the type `ptrdiff_t'. */
|
|
|
|
#undef HAVE_PTRDIFF_T
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
|
|
#undef HAVE_PWD_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `read' function. */
|
|
|
|
#undef HAVE_READ
|
1999-10-01 05:11:39 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `recv' function. */
|
|
|
|
#undef HAVE_RECV
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `recvfrom' function. */
|
|
|
|
#undef HAVE_RECVFROM
|
2000-01-08 18:42:11 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <regex.h> header file. */
|
|
|
|
#undef HAVE_REGEX_H
|
1998-11-04 01:35:21 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <resolv.h> header file. */
|
|
|
|
#undef HAVE_RESOLV_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have res_query() */
|
|
|
|
#undef HAVE_RES_QUERY
|
1999-02-22 21:01:24 +00:00
|
|
|
|
2005-10-13 23:52:14 +00:00
|
|
|
/* define if OpenSSL needs RSAref */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef HAVE_RSAREF
|
1999-08-08 17:17:44 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sasl.h> header file. */
|
|
|
|
#undef HAVE_SASL_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sasl/sasl.h> header file. */
|
|
|
|
#undef HAVE_SASL_SASL_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if your SASL library has sasl_version() */
|
|
|
|
#undef HAVE_SASL_VERSION
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sched.h> header file. */
|
|
|
|
#undef HAVE_SCHED_H
|
1999-03-30 04:46:17 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `sched_yield' function. */
|
|
|
|
#undef HAVE_SCHED_YIELD
|
1998-11-17 19:05:48 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `send' function. */
|
|
|
|
#undef HAVE_SEND
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `sendmsg' function. */
|
|
|
|
#undef HAVE_SENDMSG
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `sendto' function. */
|
|
|
|
#undef HAVE_SENDTO
|
1999-07-27 00:52:50 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `setegid' function. */
|
|
|
|
#undef HAVE_SETEGID
|
2004-10-13 00:30:27 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `seteuid' function. */
|
|
|
|
#undef HAVE_SETEUID
|
2004-10-13 00:30:27 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `setgid' function. */
|
|
|
|
#undef HAVE_SETGID
|
1999-07-14 00:03:52 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if setproctitle(3) is available */
|
|
|
|
#undef HAVE_SETPROCTITLE
|
2004-10-18 18:15:07 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `setpwfile' function. */
|
|
|
|
#undef HAVE_SETPWFILE
|
1999-10-28 07:48:59 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `setsid' function. */
|
|
|
|
#undef HAVE_SETSID
|
1998-11-21 20:39:24 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `setuid' function. */
|
|
|
|
#undef HAVE_SETUID
|
1999-08-22 03:04:33 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sgtty.h> header file. */
|
|
|
|
#undef HAVE_SGTTY_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <shadow.h> header file. */
|
|
|
|
#undef HAVE_SHADOW_H
|
1998-11-12 23:25:53 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `sigaction' function. */
|
|
|
|
#undef HAVE_SIGACTION
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `signal' function. */
|
|
|
|
#undef HAVE_SIGNAL
|
1999-02-04 21:54:38 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `sigset' function. */
|
|
|
|
#undef HAVE_SIGSET
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have -lslp */
|
|
|
|
#undef HAVE_SLP
|
2002-02-11 08:28:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <slp.h> header file. */
|
2001-01-16 22:18:33 +00:00
|
|
|
#undef HAVE_SLP_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
|
|
#undef HAVE_SNPRINTF
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* if you have spawnlp() */
|
|
|
|
#undef HAVE_SPAWNLP
|
1999-06-26 20:52:59 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sqlext.h> header file. */
|
2002-11-11 03:21:14 +00:00
|
|
|
#undef HAVE_SQLEXT_H
|
2001-01-16 22:18:33 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sql.h> header file. */
|
2002-11-11 03:21:14 +00:00
|
|
|
#undef HAVE_SQL_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
1998-10-25 01:41:42 +00:00
|
|
|
#undef HAVE_STDDEF_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#undef HAVE_STDINT_H
|
1998-11-16 02:02:45 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
#undef HAVE_STDLIB_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
|
|
#undef HAVE_STRDUP
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
|
|
#undef HAVE_STRERROR
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strerror_r' function. */
|
|
|
|
#undef HAVE_STRERROR_R
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strftime' function. */
|
|
|
|
#undef HAVE_STRFTIME
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
#undef HAVE_STRINGS_H
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#undef HAVE_STRING_H
|
1999-02-01 01:36:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strpbrk' function. */
|
|
|
|
#undef HAVE_STRPBRK
|
1999-04-30 00:50:08 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strrchr' function. */
|
|
|
|
#undef HAVE_STRRCHR
|
1999-04-30 00:50:08 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strsep' function. */
|
|
|
|
#undef HAVE_STRSEP
|
2000-09-15 03:27:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strspn' function. */
|
|
|
|
#undef HAVE_STRSPN
|
2000-09-15 03:27:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strstr' function. */
|
|
|
|
#undef HAVE_STRSTR
|
2000-09-15 03:27:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strtol' function. */
|
|
|
|
#undef HAVE_STRTOL
|
2000-09-15 03:27:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strtoll' function. */
|
|
|
|
#undef HAVE_STRTOLL
|
1999-05-19 07:12:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strtoq' function. */
|
|
|
|
#undef HAVE_STRTOQ
|
1999-05-19 07:12:20 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strtoul' function. */
|
|
|
|
#undef HAVE_STRTOUL
|
2000-05-11 10:10:53 +00:00
|
|
|
|
2010-08-12 23:32:37 +00:00
|
|
|
/* Define to 1 if you have the `strtoull' function. */
|
|
|
|
#undef HAVE_STRTOULL
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `strtouq' function. */
|
|
|
|
#undef HAVE_STRTOUQ
|
2002-09-07 14:24:22 +00:00
|
|
|
|
2005-08-13 02:17:12 +00:00
|
|
|
/* Define to 1 if `msg_accrightslen' is member of `struct msghdr'. */
|
|
|
|
#undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN
|
1999-10-28 07:48:59 +00:00
|
|
|
|
2005-08-13 02:17:12 +00:00
|
|
|
/* Define to 1 if `msg_control' is member of `struct msghdr'. */
|
|
|
|
#undef HAVE_STRUCT_MSGHDR_MSG_CONTROL
|
1999-07-29 18:38:21 +00:00
|
|
|
|
2005-08-12 22:28:17 +00:00
|
|
|
/* Define to 1 if `pw_gecos' is member of `struct passwd'. */
|
|
|
|
#undef HAVE_STRUCT_PASSWD_PW_GECOS
|
1999-07-29 18:38:21 +00:00
|
|
|
|
2005-08-12 22:28:17 +00:00
|
|
|
/* Define to 1 if `pw_passwd' is member of `struct passwd'. */
|
|
|
|
#undef HAVE_STRUCT_PASSWD_PW_PASSWD
|
1999-07-29 18:38:21 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if `st_blksize' is member of `struct stat'. */
|
|
|
|
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
|
1999-10-28 07:48:59 +00:00
|
|
|
|
2007-05-10 20:33:41 +00:00
|
|
|
/* Define to 1 if `st_fstype' is 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 member of `struct stat'. */
|
|
|
|
#undef HAVE_STRUCT_STAT_ST_VFSTYPE
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <synch.h> header file. */
|
|
|
|
#undef HAVE_SYNCH_H
|
2001-12-07 04:40:07 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `sysconf' function. */
|
|
|
|
#undef HAVE_SYSCONF
|
2004-11-18 22:06:15 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sysexits.h> header file. */
|
1999-02-01 02:47:39 +00:00
|
|
|
#undef HAVE_SYSEXITS_H
|
2004-04-25 01:05:15 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
1998-10-25 01:41:42 +00:00
|
|
|
#undef HAVE_SYSLOG_H
|
2004-04-25 01:05:15 +00:00
|
|
|
|
2006-09-17 22:09:19 +00:00
|
|
|
/* Define to 1 if you have the <sys/devpoll.h> header file. */
|
|
|
|
#undef HAVE_SYS_DEVPOLL_H
|
|
|
|
|
2005-08-12 06:52:49 +00: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 21:30:28 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/epoll.h> header file. */
|
|
|
|
#undef HAVE_SYS_EPOLL_H
|
2004-04-24 21:30:28 +00:00
|
|
|
|
|
|
|
/* define if you actually have sys_errlist in your libs */
|
|
|
|
#undef HAVE_SYS_ERRLIST
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/errno.h> header file. */
|
|
|
|
#undef HAVE_SYS_ERRNO_H
|
2000-01-08 18:42:11 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
|
|
#undef HAVE_SYS_FILE_H
|
2000-01-08 18:42:11 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/filio.h> header file. */
|
|
|
|
#undef HAVE_SYS_FILIO_H
|
2000-01-08 18:42:11 +00:00
|
|
|
|
2007-05-10 20:33:41 +00:00
|
|
|
/* Define to 1 if you have the <sys/fstyp.h> header file. */
|
|
|
|
#undef HAVE_SYS_FSTYP_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
|
|
#undef HAVE_SYS_IOCTL_H
|
1999-02-04 21:54:38 +00:00
|
|
|
|
2005-08-12 06:52:49 +00: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 18:42:11 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
|
#undef HAVE_SYS_PARAM_H
|
1999-10-01 05:11:39 +00:00
|
|
|
|
2006-10-11 12:36:50 +00:00
|
|
|
/* Define to 1 if you have the <sys/poll.h> header file. */
|
|
|
|
#undef HAVE_SYS_POLL_H
|
|
|
|
|
2007-05-10 20:33:41 +00:00
|
|
|
/* Define to 1 if you have the <sys/privgrp.h> header file. */
|
|
|
|
#undef HAVE_SYS_PRIVGRP_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
|
|
#undef HAVE_SYS_RESOURCE_H
|
1999-02-03 01:05:41 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
|
|
|
#undef HAVE_SYS_SELECT_H
|
1999-03-01 18:55:52 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
#undef HAVE_SYS_SOCKET_H
|
1999-03-08 01:48:45 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#undef HAVE_SYS_STAT_H
|
2004-11-03 21:06:17 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/syslog.h> header file. */
|
|
|
|
#undef HAVE_SYS_SYSLOG_H
|
1999-03-01 18:55:52 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#undef HAVE_SYS_TIME_H
|
2001-01-16 22:18:33 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#undef HAVE_SYS_TYPES_H
|
1999-10-28 07:48:59 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/ucred.h> header file. */
|
|
|
|
#undef HAVE_SYS_UCRED_H
|
1999-11-01 22:06:00 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/uio.h> header file. */
|
|
|
|
#undef HAVE_SYS_UIO_H
|
1999-11-01 22:06:00 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/un.h> header file. */
|
|
|
|
#undef HAVE_SYS_UN_H
|
1999-02-03 01:05:41 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <sys/uuid.h> header file. */
|
|
|
|
#undef HAVE_SYS_UUID_H
|
1999-04-07 02:47:15 +00:00
|
|
|
|
2007-05-10 20:33:41 +00:00
|
|
|
/* Define to 1 if you have the <sys/vmount.h> header file. */
|
|
|
|
#undef HAVE_SYS_VMOUNT_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
|
|
#undef HAVE_SYS_WAIT_H
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have -lwrap */
|
|
|
|
#undef HAVE_TCPD
|
1999-02-08 22:54:40 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <tcpd.h> header file. */
|
|
|
|
#undef HAVE_TCPD_H
|
1999-02-03 01:05:41 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
|
|
#undef HAVE_TERMIOS_H
|
1999-08-22 03:04:33 +00:00
|
|
|
|
1999-02-03 01:05:41 +00:00
|
|
|
/* if you have Solaris LWP (thr) package */
|
|
|
|
#undef HAVE_THR
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <thread.h> header file. */
|
|
|
|
#undef HAVE_THREAD_H
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `thr_getconcurrency' function. */
|
|
|
|
#undef HAVE_THR_GETCONCURRENCY
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `thr_setconcurrency' function. */
|
|
|
|
#undef HAVE_THR_SETCONCURRENCY
|
1999-03-30 04:25:52 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `thr_yield' function. */
|
|
|
|
#undef HAVE_THR_YIELD
|
1999-03-30 04:46:17 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have TLS */
|
|
|
|
#undef HAVE_TLS
|
1999-03-03 23:32:00 +00:00
|
|
|
|
2005-11-16 06:31:00 +00:00
|
|
|
/* Define to 1 if you have the <unicode/utypes.h> header file. */
|
|
|
|
#undef HAVE_UNICODE_UTYPES_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#undef HAVE_UNISTD_H
|
2001-12-07 04:40:07 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
|
|
|
#undef HAVE_UTIME_H
|
1999-08-03 00:50:52 +00:00
|
|
|
|
2007-03-02 20:53:56 +00:00
|
|
|
/* define if you have uuid_generate() */
|
2007-03-02 07:38:57 +00:00
|
|
|
#undef HAVE_UUID_GENERATE
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have uuid_to_str() */
|
|
|
|
#undef HAVE_UUID_TO_STR
|
2002-08-28 07:32:00 +00:00
|
|
|
|
2007-03-02 07:38:57 +00:00
|
|
|
/* Define to 1 if you have the <uuid/uuid.h> header file. */
|
|
|
|
#undef HAVE_UUID_UUID_H
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `vprintf' function. */
|
|
|
|
#undef HAVE_VPRINTF
|
1999-10-26 22:57:39 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
|
|
|
#undef HAVE_VSNPRINTF
|
1999-08-02 23:35:03 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `wait4' function. */
|
|
|
|
#undef HAVE_WAIT4
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `waitpid' function. */
|
|
|
|
#undef HAVE_WAITPID
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have winsock */
|
|
|
|
#undef HAVE_WINSOCK
|
2001-01-16 22:18:33 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have winsock2 */
|
|
|
|
#undef HAVE_WINSOCK2
|
2004-10-13 00:30:27 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <winsock2.h> header file. */
|
|
|
|
#undef HAVE_WINSOCK2_H
|
2004-09-12 05:35:03 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the <winsock.h> header file. */
|
|
|
|
#undef HAVE_WINSOCK_H
|
2003-06-28 19:52:19 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to 1 if you have the `write' function. */
|
|
|
|
#undef HAVE_WRITE
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if select implicitly yields */
|
|
|
|
#undef HAVE_YIELDING_SELECT
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* Define to 1 if you have the `_vsnprintf' function. */
|
|
|
|
#undef HAVE__VSNPRINTF
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to 32-bit or greater integer type */
|
|
|
|
#undef LBER_INT_T
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to large integer type */
|
|
|
|
#undef LBER_LEN_T
|
1999-02-01 01:36:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to socket descriptor type */
|
|
|
|
#undef LBER_SOCKET_T
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to large integer type */
|
|
|
|
#undef LBER_TAG_T
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to 1 if library is thread safe */
|
|
|
|
#undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
|
2000-01-13 23:02:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to LDAP VENDOR VERSION */
|
|
|
|
#undef LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
|
1999-10-28 07:48:59 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define this to add debugging code */
|
|
|
|
#undef LDAP_DEBUG
|
1999-03-17 22:23:29 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if LDAP libs are dynamic */
|
|
|
|
#undef LDAP_LIBS_DYNAMIC
|
1999-06-26 20:52:59 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support PF_INET6 */
|
|
|
|
#undef LDAP_PF_INET6
|
1999-03-03 23:32:00 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support PF_LOCAL */
|
|
|
|
#undef LDAP_PF_LOCAL
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define this for LDAP process title support */
|
|
|
|
#undef LDAP_PROCTITLE
|
1999-02-01 01:36:42 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define this to add SLAPI code */
|
|
|
|
#undef LDAP_SLAPI
|
1999-11-01 17:36:09 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define this to add syslog code */
|
|
|
|
#undef LDAP_SYSLOG
|
1999-11-01 17:36:09 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Version */
|
|
|
|
#undef LDAP_VENDOR_VERSION
|
1999-11-01 17:36:09 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Major */
|
|
|
|
#undef LDAP_VENDOR_VERSION_MAJOR
|
2004-04-08 08:54:49 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Minor */
|
|
|
|
#undef LDAP_VENDOR_VERSION_MINOR
|
2005-03-05 01:23:29 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Patch */
|
|
|
|
#undef LDAP_VENDOR_VERSION_PATCH
|
1999-08-03 20:02:44 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if memcmp is not 8-bit clean or is otherwise broken */
|
|
|
|
#undef NEED_MEMCMP_REPLACEMENT
|
1999-10-28 07:48:59 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define if you have (or want) no threads */
|
|
|
|
#undef NO_THREADS
|
2003-03-02 21:46:40 +00:00
|
|
|
|
2005-12-27 16:29:37 +00:00
|
|
|
/* define to use the original debug style */
|
|
|
|
#undef OLD_DEBUG
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Package */
|
|
|
|
#undef OPENLDAP_PACKAGE
|
2005-03-16 02:23:05 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Version */
|
|
|
|
#undef OPENLDAP_VERSION
|
2002-09-07 14:24:22 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#undef PACKAGE_BUGREPORT
|
2002-09-07 14:24:22 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#undef PACKAGE_NAME
|
2002-12-09 16:46:47 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
#undef PACKAGE_STRING
|
2002-12-09 16:46:47 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#undef PACKAGE_TARNAME
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the version of this package. */
|
|
|
|
#undef PACKAGE_VERSION
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2006-01-06 06:07:36 +00:00
|
|
|
/* define if sched_yield yields the entire process */
|
|
|
|
#undef REPLACE_BROKEN_YIELD
|
2006-01-06 05:38:57 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
|
|
#undef RETSIGTYPE
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the type of arg 1 for `select'. */
|
|
|
|
#undef SELECT_TYPE_ARG1
|
2000-06-09 23:09:51 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the type of args 2, 3 and 4 for `select'. */
|
|
|
|
#undef SELECT_TYPE_ARG234
|
2000-01-08 18:42:11 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* Define to the type of arg 5 for `select'. */
|
|
|
|
#undef SELECT_TYPE_ARG5
|
2000-01-02 01:21:25 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* The size of `int', as computed by sizeof. */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef SIZEOF_INT
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* The size of `long', as computed by sizeof. */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef SIZEOF_LONG
|
2000-05-10 04:29:51 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* The size of `long long', as computed by sizeof. */
|
2006-02-10 08:21:02 +00:00
|
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* The size of `short', as computed by sizeof. */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef SIZEOF_SHORT
|
2002-06-12 04:55:30 +00:00
|
|
|
|
2009-07-22 06:34:37 +00:00
|
|
|
/* The size of `wchar_t', as computed by sizeof. */
|
2005-08-12 06:52:49 +00:00
|
|
|
#undef SIZEOF_WCHAR_T
|
1999-07-23 21:10:02 +00:00
|
|
|
|
1999-08-20 22:42:04 +00:00
|
|
|
/* define to support per-object ACIs */
|
|
|
|
#undef SLAPD_ACI_ENABLED
|
|
|
|
|
2000-09-18 19:02:03 +00:00
|
|
|
/* define to support BDB backend */
|
|
|
|
#undef SLAPD_BDB
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support cleartext passwords */
|
|
|
|
#undef SLAPD_CLEARTEXT
|
|
|
|
|
|
|
|
/* define to support crypt(3) passwords */
|
|
|
|
#undef SLAPD_CRYPT
|
|
|
|
|
2000-05-10 18:17:38 +00:00
|
|
|
/* define to support DNS SRV backend */
|
|
|
|
#undef SLAPD_DNSSRV
|
|
|
|
|
2003-04-23 16:50:56 +00:00
|
|
|
/* define to support HDB backend */
|
|
|
|
#undef SLAPD_HDB
|
|
|
|
|
1999-07-23 21:10:02 +00:00
|
|
|
/* define to support LDAP backend */
|
|
|
|
#undef SLAPD_LDAP
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support LAN Manager passwords */
|
|
|
|
#undef SLAPD_LMHASH
|
|
|
|
|
2001-05-12 00:51:28 +00:00
|
|
|
/* define to support LDAP Metadirectory backend */
|
|
|
|
#undef SLAPD_META
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support modules */
|
|
|
|
#undef SLAPD_MODULES
|
2002-04-08 09:43:22 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* dynamically linked module */
|
|
|
|
#undef SLAPD_MOD_DYNAMIC
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* statically linked module */
|
|
|
|
#undef SLAPD_MOD_STATIC
|
1999-07-23 21:10:02 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support cn=Monitor backend */
|
|
|
|
#undef SLAPD_MONITOR
|
2004-03-20 20:51:16 +00:00
|
|
|
|
2008-08-26 21:48:17 +00:00
|
|
|
/* define to support NDB backend */
|
|
|
|
#undef SLAPD_NDB
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support NULL backend */
|
|
|
|
#undef SLAPD_NULL
|
2000-03-16 18:54:11 +00:00
|
|
|
|
2005-06-10 12:10:31 +00:00
|
|
|
/* define for In-Directory Access Logging overlay */
|
|
|
|
#undef SLAPD_OVER_ACCESSLOG
|
|
|
|
|
2006-02-27 11:24:33 +00:00
|
|
|
/* define for Audit Logging overlay */
|
|
|
|
#undef SLAPD_OVER_AUDITLOG
|
|
|
|
|
2008-09-11 00:35:40 +00:00
|
|
|
/* define for Collect overlay */
|
|
|
|
#undef SLAPD_OVER_COLLECT
|
|
|
|
|
2006-05-15 19:03:22 +00:00
|
|
|
/* define for Attribute Constraint overlay */
|
|
|
|
#undef SLAPD_OVER_CONSTRAINT
|
|
|
|
|
2006-01-06 17:49:00 +00:00
|
|
|
/* define for Dynamic Directory Services overlay */
|
|
|
|
#undef SLAPD_OVER_DDS
|
|
|
|
|
2008-10-22 22:19:49 +00:00
|
|
|
/* define for Dynamic Directory Services overlay */
|
|
|
|
#undef SLAPD_OVER_DEREF
|
|
|
|
|
2003-12-06 10:59:27 +00:00
|
|
|
/* define for Dynamic Group overlay */
|
|
|
|
#undef SLAPD_OVER_DYNGROUP
|
|
|
|
|
2005-04-12 18:46:52 +00:00
|
|
|
/* define for Dynamic List overlay */
|
|
|
|
#undef SLAPD_OVER_DYNLIST
|
|
|
|
|
2007-08-24 02:46:55 +00:00
|
|
|
/* define for Reverse Group Membership overlay */
|
|
|
|
#undef SLAPD_OVER_MEMBEROF
|
|
|
|
|
2004-03-20 21:38:50 +00:00
|
|
|
/* define for Password Policy overlay */
|
|
|
|
#undef SLAPD_OVER_PPOLICY
|
|
|
|
|
2003-12-06 10:59:27 +00:00
|
|
|
/* define for Proxy Cache overlay */
|
|
|
|
#undef SLAPD_OVER_PROXYCACHE
|
|
|
|
|
2004-04-17 08:45:29 +00:00
|
|
|
/* define for Referential Integrity overlay */
|
|
|
|
#undef SLAPD_OVER_REFINT
|
|
|
|
|
2005-06-21 00:38:12 +00:00
|
|
|
/* define for Referential Integrity overlay */
|
2005-06-19 22:43:00 +00:00
|
|
|
#undef SLAPD_OVER_RETCODE
|
|
|
|
|
2003-12-14 06:46:30 +00:00
|
|
|
/* define for Rewrite/Remap overlay */
|
|
|
|
#undef SLAPD_OVER_RWM
|
|
|
|
|
2006-02-13 02:24:26 +00:00
|
|
|
/* define for Sequential Modify overlay */
|
|
|
|
#undef SLAPD_OVER_SEQMOD
|
|
|
|
|
2009-07-13 18:56:03 +00:00
|
|
|
/* define for ServerSideSort/VLV overlay */
|
|
|
|
#undef SLAPD_OVER_SSSVLV
|
|
|
|
|
2004-11-25 21:16:54 +00:00
|
|
|
/* define for Syncrepl Provider overlay */
|
|
|
|
#undef SLAPD_OVER_SYNCPROV
|
|
|
|
|
2005-03-10 04:35:57 +00:00
|
|
|
/* define for Translucent Proxy overlay */
|
|
|
|
#undef SLAPD_OVER_TRANSLUCENT
|
|
|
|
|
2004-04-17 08:45:29 +00:00
|
|
|
/* define for Attribute Uniqueness overlay */
|
|
|
|
#undef SLAPD_OVER_UNIQUE
|
|
|
|
|
2005-08-24 09:06:13 +00:00
|
|
|
/* define for Value Sorting overlay */
|
|
|
|
#undef SLAPD_OVER_VALSORT
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support PASSWD backend */
|
|
|
|
#undef SLAPD_PASSWD
|
2001-05-12 00:51:28 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support PERL backend */
|
|
|
|
#undef SLAPD_PERL
|
2002-12-09 16:46:47 +00:00
|
|
|
|
2005-08-12 06:52:49 +00: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 14:23:36 +00:00
|
|
|
/* define to support SOCK backend */
|
|
|
|
#undef SLAPD_SOCK
|
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to support SASL passwords */
|
|
|
|
#undef SLAPD_SPASSWD
|
|
|
|
|
|
|
|
/* define to support SQL backend */
|
|
|
|
#undef SLAPD_SQL
|
|
|
|
|
2006-01-06 17:14:41 +00:00
|
|
|
/* define to support run-time loadable ACL */
|
|
|
|
#undef SLAP_DYNACL
|
|
|
|
|
2005-08-12 06:52:49 +00: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 08:21:02 +00:00
|
|
|
/* define to use OpenSSL BIGNUM for MP */
|
|
|
|
#undef USE_MP_BIGNUM
|
|
|
|
|
2006-02-10 15:13:23 +00:00
|
|
|
/* define to use GMP for MP */
|
|
|
|
#undef USE_MP_GMP
|
|
|
|
|
2006-02-10 08:21:02 +00:00
|
|
|
/* define to use 'long' for MP */
|
|
|
|
#undef USE_MP_LONG
|
|
|
|
|
2006-02-10 15:13:23 +00:00
|
|
|
/* define to use 'long long' for MP */
|
2006-02-10 08:21:02 +00:00
|
|
|
#undef USE_MP_LONG_LONG
|
|
|
|
|
2009-08-19 09:15:10 +00:00
|
|
|
/* Define to 1 if your processor stores words with the most significant byte
|
|
|
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
|
|
#undef WORDS_BIGENDIAN
|
2005-08-12 06:52:49 +00:00
|
|
|
|
2007-06-09 23:38:13 +00:00
|
|
|
/* Define to the type of arg 3 for `accept'. */
|
|
|
|
#undef ber_socklen_t
|
|
|
|
|
2005-08-12 06:52:49 +00: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 19:14:48 +00:00
|
|
|
|
2005-08-12 06:52:49 +00: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-13 03:04:44 +00:00
|
|
|
/* Define to `int' if <signal.h> does not define. */
|
2005-08-12 06:52:49 +00: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 23:38:13 +00:00
|
|
|
/* Define like ber_socklen_t if <sys/socket.h> does not define. */
|
2005-08-12 06:52:49 +00: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 16:46:47 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
/* define to snprintf routine */
|
|
|
|
#undef vsnprintf
|
2000-03-16 19:14:48 +00:00
|
|
|
|
2005-08-12 06:52:49 +00:00
|
|
|
|
|
|
|
/* begin of portable.h.post */
|
1998-10-25 01:41:42 +00:00
|
|
|
|
1999-11-01 18:14:26 +00:00
|
|
|
#ifdef _WIN32
|
|
|
|
/* don't suck in all of the win32 api */
|
1999-11-01 23:45:09 +00:00
|
|
|
# define WIN32_LEAN_AND_MEAN 1
|
1999-11-01 18:14:26 +00:00
|
|
|
#endif
|
|
|
|
|
2000-06-19 22:20:36 +00:00
|
|
|
#ifndef LDAP_NEEDS_PROTOTYPES
|
1999-08-24 00:27:53 +00:00
|
|
|
/* force LDAP_P to always include prototypes */
|
2000-06-19 22:20:36 +00:00
|
|
|
#define LDAP_NEEDS_PROTOTYPES 1
|
1999-08-24 00:27:53 +00:00
|
|
|
#endif
|
|
|
|
|
2003-02-08 21:53:05 +00:00
|
|
|
#ifndef LDAP_REL_ENG
|
|
|
|
#if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
|
|
|
|
#define LDAP_DEVEL
|
|
|
|
#endif
|
1999-03-20 03:21:19 +00:00
|
|
|
#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
|
|
|
|
#define LDAP_TEST
|
1999-03-20 03:13:24 +00:00
|
|
|
#endif
|
2003-02-08 21:53:05 +00:00
|
|
|
#endif
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2003-12-16 01:58:15 +00:00
|
|
|
#ifdef HAVE_STDDEF_H
|
|
|
|
# include <stddef.h>
|
|
|
|
#endif
|
|
|
|
|
2002-09-07 14:24:22 +00: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-10 00:47:32 +00: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 14:24:22 +00:00
|
|
|
#endif
|
|
|
|
|
2004-07-09 17:52:26 +00:00
|
|
|
#include "ac/fdset.h"
|
2003-12-14 06:46:30 +00:00
|
|
|
|
1998-10-25 01:41:42 +00:00
|
|
|
#include "ldap_cdefs.h"
|
1998-11-10 23:37:30 +00:00
|
|
|
#include "ldap_features.h"
|
1998-10-25 01:41:42 +00:00
|
|
|
|
1999-03-20 03:13:24 +00:00
|
|
|
#include "ac/assert.h"
|
2003-04-07 22:44:15 +00:00
|
|
|
#include "ac/localize.h"
|
1999-03-20 03:13:24 +00:00
|
|
|
|
1998-10-25 01:41:42 +00:00
|
|
|
#endif /* _LDAP_PORTABLE_H */
|
2005-08-12 06:52:49 +00:00
|
|
|
/* end of portable.h.post */
|
|
|
|
|