]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Add check for hstrerror
[openldap] / include / portable.h.in
index d83a3e7faa31cae745627a68a8eb5ea01cbb2d30..5222fd2947ae623c102b8925d67f6fa09bfc2f02 100644 (file)
@@ -1,13 +1,16 @@
 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
-/*
- * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2004 The OpenLDAP Foundation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted only as authorized by the OpenLDAP
- * Public License.  A copy of this * license is available at
- * http://www.OpenLDAP.org/license.html or in file LICENSE in the
- * top-level directory of the distribution.
+ * Public License.
+ *
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _LDAP_PORTABLE_H
 /* end of preamble */
 
 
-/* Define if on AIX 3.
-   System headers sometimes define this.
-   We just want to avoid a redefinition error message.  */
-#ifndef _ALL_SOURCE
-#undef _ALL_SOURCE
-#endif
-
 /* Define to empty if the keyword does not work.  */
 #undef const
 
 /* Define if you have the vprintf function.  */
 #undef HAVE_VPRINTF
 
-/* Define if on MINIX.  */
-#undef _MINIX
-
-/* Define if the system does not provide POSIX.1 features except
-   with this defined.  */
-#undef _POSIX_1_SOURCE
-
-/* Define if you need to in order for stat and other things to work.  */
-#undef _POSIX_SOURCE
-
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
 /* Define if you have the flock function.  */
 #undef HAVE_FLOCK
 
+/* Define if you have the fstat function.  */
+#undef HAVE_FSTAT
+
 /* Define if you have the gai_strerror function.  */
 #undef HAVE_GAI_STRERROR
 
 /* Define if you have the gethostname function.  */
 #undef HAVE_GETHOSTNAME
 
+/* Define if you have the getnameinfo function.  */
+#undef HAVE_GETNAMEINFO
+
 /* Define if you have the getopt function.  */
 #undef HAVE_GETOPT
 
 /* Define if you have the getpassphrase function.  */
 #undef HAVE_GETPASSPHRASE
 
+/* Define if you have the getpeereid function.  */
+#undef HAVE_GETPEEREID
+
 /* Define if you have the getpwnam function.  */
 #undef HAVE_GETPWNAM
 
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
+/* Define if you have the hstrerror function.  */
+#undef HAVE_HSTRERROR
+
 /* Define if you have the inet_ntop function.  */
 #undef HAVE_INET_NTOP
 
 /* Define if you have the memmove function.  */
 #undef HAVE_MEMMOVE
 
+/* Define if you have the mkstemp function.  */
+#undef HAVE_MKSTEMP
+
+/* Define if you have the mktemp function.  */
+#undef HAVE_MKTEMP
+
 /* Define if you have the pipe function.  */
 #undef HAVE_PIPE
 
 /* Define if you have the send function.  */
 #undef HAVE_SEND
 
+/* Define if you have the sendmsg function.  */
+#undef HAVE_SENDMSG
+
 /* Define if you have the sendto function.  */
 #undef HAVE_SENDTO
 
 /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR
 
+/* Define if you have the strerror_r function.  */
+#undef HAVE_STRERROR_R
+
 /* Define if you have the strpbrk function.  */
 #undef HAVE_STRPBRK
 
 /* Define if you have the strtol function.  */
 #undef HAVE_STRTOL
 
+/* Define if you have the strtoll function.  */
+#undef HAVE_STRTOLL
+
+/* Define if you have the strtoq function.  */
+#undef HAVE_STRTOQ
+
 /* Define if you have the strtoul function.  */
 #undef HAVE_STRTOUL
 
+/* Define if you have the strtouq function.  */
+#undef HAVE_STRTOUQ
+
 /* Define if you have the sysconf function.  */
 #undef HAVE_SYSCONF
 
 /* Define if you have the thr_yield function.  */
 #undef HAVE_THR_YIELD
 
+/* Define if you have the usleep function.  */
+#undef HAVE_USLEEP
+
 /* Define if you have the vsnprintf function.  */
 #undef HAVE_VSNPRINTF
 
-/* Define if you have the vsprintf function.  */
-#undef HAVE_VSPRINTF
-
 /* Define if you have the wait4 function.  */
 #undef HAVE_WAIT4
 
 /* Define if you have the <assert.h> header file.  */
 #undef HAVE_ASSERT_H
 
+/* Define if you have the <bits/types.h> header file.  */
+#undef HAVE_BITS_TYPES_H
+
 /* Define if you have the <conio.h> header file.  */
 #undef HAVE_CONIO_H
 
 /* Define if you have the <crypt.h> header file.  */
 #undef HAVE_CRYPT_H
 
+/* Define if you have the <cthreads.h> header file.  */
+#undef HAVE_CTHREADS_H
+
 /* Define if you have the <db.h> header file.  */
 #undef HAVE_DB_H
 
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
+/* Define if you have the <dlfcn.h> header file.  */
+#undef HAVE_DLFCN_H
+
 /* Define if you have the <errno.h> header file.  */
 #undef HAVE_ERRNO_H
 
 /* Define if you have the <memory.h> header file.  */
 #undef HAVE_MEMORY_H
 
-/* Define if you have the <minix/config.h> header file.  */
-#undef HAVE_MINIX_CONFIG_H
-
-/* Define if you have the <ncurses.h> header file.  */
-#undef HAVE_NCURSES_H
-
 /* Define if you have the <ndbm.h> header file.  */
 #undef HAVE_NDBM_H
 
 /* Define if you have the <pwd.h> header file.  */
 #undef HAVE_PWD_H
 
-/* Define if you have the <readline/history.h> header file.  */
-#undef HAVE_READLINE_HISTORY_H
-
-/* Define if you have the <readline/readline.h> header file.  */
-#undef HAVE_READLINE_READLINE_H
-
 /* Define if you have the <regex.h> header file.  */
 #undef HAVE_REGEX_H
 
 /* Define if you have the <sasl.h> header file.  */
 #undef HAVE_SASL_H
 
+/* Define if you have the <sasl/sasl.h> header file.  */
+#undef HAVE_SASL_SASL_H
+
 /* Define if you have the <sched.h> header file.  */
 #undef HAVE_SCHED_H
 
 /* Define if you have the <slp.h> header file.  */
 #undef HAVE_SLP_H
 
+/* Define if you have the <sql.h> header file.  */
+#undef HAVE_SQL_H
+
+/* Define if you have the <sqlext.h> header file.  */
+#undef HAVE_SQLEXT_H
+
 /* Define if you have the <ssl.h> header file.  */
 #undef HAVE_SSL_H
 
 /* Define if you have the <sys/socket.h> header file.  */
 #undef HAVE_SYS_SOCKET_H
 
+/* Define if you have the <sys/stat.h> header file.  */
+#undef HAVE_SYS_STAT_H
+
 /* Define if you have the <sys/syslog.h> header file.  */
 #undef HAVE_SYS_SYSLOG_H
 
 /* Define if you have the <sys/types.h> header file.  */
 #undef HAVE_SYS_TYPES_H
 
+/* Define if you have the <sys/ucred.h> header file.  */
+#undef HAVE_SYS_UCRED_H
+
+/* Define if you have the <sys/uio.h> header file.  */
+#undef HAVE_SYS_UIO_H
+
 /* Define if you have the <sys/un.h> header file.  */
 #undef HAVE_SYS_UN_H
 
+/* Define if you have the <sys/uuid.h> header file.  */
+#undef HAVE_SYS_UUID_H
+
 /* Define if you have the <sysexits.h> header file.  */
 #undef HAVE_SYSEXITS_H
 
 /* Define if you have the <syslog.h> header file.  */
 #undef HAVE_SYSLOG_H
 
-/* Define if you have the <tcl.h> header file.  */
-#undef HAVE_TCL_H
-
 /* Define if you have the <tcpd.h> header file.  */
 #undef HAVE_TCPD_H
 
-/* Define if you have the <termcap.h> header file.  */
-#undef HAVE_TERMCAP_H
-
 /* Define if you have the <termios.h> header file.  */
 #undef HAVE_TERMIOS_H
 
 /* Define if you have the <winsock.h> header file.  */
 #undef HAVE_WINSOCK_H
 
+/* Define if you have the <winsock2.h> header file.  */
+#undef HAVE_WINSOCK2_H
+
 /* Define if you have the V3 library (-lV3).  */
 #undef HAVE_LIBV3
 
 /* Define if you have the bind library (-lbind).  */
 #undef HAVE_LIBBIND
 
-/* Define if you have the dl library (-ldl).  */
-#undef HAVE_LIBDL
-
 /* Define if you have the gen library (-lgen).  */
 #undef HAVE_LIBGEN
 
 /* define if you have AIX security lib */
 #undef HAVE_AIX_SECURITY
 
+/* define to use both <string.h> and <strings.h> */
+#undef BOTH_STRINGS_H
+
 /* define if you have libtool -ltdl */
 #undef HAVE_LIBLTDL
 
 /* define if you have winsock */
 #undef HAVE_WINSOCK
 
+/* define if you have winsock2 */
+#undef HAVE_WINSOCK2
+
+/* define if sys_errlist is not declared in stdio.h or errno.h */
+#undef DECL_SYS_ERRLIST
+
+/* define if you actually have sys_errlist in your libs */
+#undef HAVE_SYS_ERRLIST
+
+/* define if strerror_r returns char* instead of int */
+#undef HAVE_NONPOSIX_STRERROR_R
+
+/* define if sys_errlist is not declared in stdio.h or errno.h */
+#undef DECL_SYS_ERRLIST
+
+/* define if you actually have sys_errlist in your libs */
+#undef HAVE_SYS_ERRLIST
+
+/* define if you have uuid_to_str() */
+#undef HAVE_UUID_TO_STR
+
 /* define if you have res_query() */
 #undef HAVE_RES_QUERY
 
 /* define to support LAN Manager passwords */
 #undef SLAPD_LMHASH
 
-/* set to the number of arguments ctime_r() expects */
-#undef CTIME_R_NARGS
-
-/* set to the number of arguments gethostbyname_r() expects */
-#undef GETHOSTBYNAME_R_NARGS
-
-/* set to the number of arguments gethostbyaddr_r() expects */
-#undef GETHOSTBYADDR_R_NARGS
-
 /* if you have NT Threads */
 #undef HAVE_NT_THREADS
 
 /* if you have NT Event Log */
 #undef HAVE_NT_EVENT_LOG
 
-/* define if pthreads API compatible with final spec */
-#undef HAVE_PTHREADS_FINAL
-
-/* define if pthreads API compatible with draft4 spec */
-#undef HAVE_PTHREADS_D4
+/* define to pthreads API spec revision */
+#undef HAVE_PTHREADS
 
 /* if you have LinuxThreads */
 #undef HAVE_LINUX_THREADS
 
-/* define if you have POSIX Threads */
-#undef HAVE_PTHREADS
-
 /* Define if you have the sched_yield function. */
 #undef HAVE_SCHED_YIELD
 
 /* define if you have (or want) no threads */
 #undef NO_THREADS
 
+/* set to the number of arguments ctime_r() expects */
+#undef CTIME_R_NARGS
+
+/* set to the number of arguments gethostbyname_r() expects */
+#undef GETHOSTBYNAME_R_NARGS
+
+/* set to the number of arguments gethostbyaddr_r() expects */
+#undef GETHOSTBYADDR_R_NARGS
+
 /* define if Berkeley DB has DB_THREAD support */
 #undef HAVE_BERKELEY_DB_THREAD
 
 /* define if NDBM is available */
 #undef HAVE_NDBM
 
+/* define if LDAP libs are dynamic */
+#undef LDAP_LIBS_DYNAMIC
+
 /* define if you have -lwrap */
 #undef HAVE_TCPD
 
-/* define if you have -ltermcap */
-#undef HAVE_TERMCAP
-
-/* define if you have -lncurses */
-#undef HAVE_NCURSES
-
-/* define if you have no termcap support */
-#undef NO_TERMCAP
-
 /* define if you have Cyrus SASL */
 #undef HAVE_CYRUS_SASL
 
+/* define if your SASL library has sasl_version() */
+#undef HAVE_SASL_VERSION
+
 /* set to urandom device */
 #undef URANDOM_DEVICE
 
 /* define if you actually have FreeBSD fetch(3) */
 #undef HAVE_FETCH
 
-/* define if you have -lreadline */
-#undef HAVE_READLINE
-
 /* define if crypt(3) is available */
 #undef HAVE_CRYPT
 
 /* define if you have -lslp */
 #undef HAVE_SLP
 
+/* define if you have 'long long' */
+#undef HAVE_LONG_LONG
+
 /* Define to `int' if <sys/types.h> does not define. */
 #undef mode_t
 
 /* The number of bytes in type long */
 #undef SIZEOF_LONG
 
+/* The number of bytes in type wchar_t */
+#undef SIZEOF_WCHAR_T
+
 /* define to you inet_aton(3) is available */
 #undef HAVE_INET_ATON
 
 /* define to vsnprintf routine */
 #undef vsnprintf
 
-/* define if sys_errlist is not declared in stdio.h or errno.h */
-#undef DECL_SYS_ERRLIST
+/* define if struct msghdr has msg_accrights */
+#undef HAVE_MSGHDR_MSG_ACCRIGHTS
 
-/* define if you actually have sys_errlist in your libs */
-#undef HAVE_SYS_ERRLIST
+/* define to snprintf routine */
+#undef snprintf
+
+/* define to snprintf routine */
+#undef vsnprintf
+
+/* define if you have libtool -ltdl */
+#undef HAVE_LIBLTDL
+
+/* define this to add SLAPI code */
+#undef LDAP_SLAPI
 
 /* define this to add debugging code */
 #undef LDAP_DEBUG
 /* define this to add syslog code */
 #undef LDAP_SYSLOG
 
-/* define this to remove -lldap cache support */
-#undef LDAP_NOCACHE
-
 /* define this for LDAP process title support */
 #undef LDAP_PROCTITLE
 
 /* define to support crypt(3) passwords */
 #undef SLAPD_CRYPT
 
-/* define to support Kerberos passwords */
-#undef SLAPD_KPASSWD
-
 /* define to support SASL passwords */
 #undef SLAPD_SPASSWD
 
-/* define to support phonetic */
-#undef SLAPD_PHONETIC
+/* define to support multimaster replication */
+#undef SLAPD_MULTIMASTER
 
 /* define to support reverse lookups */
 #undef SLAPD_RLOOKUPS
 /* define to support modules */
 #undef SLAPD_MODULES
 
+/* statically linked module */
+#undef SLAPD_MOD_STATIC
+
+/* dynamically linked module */
+#undef SLAPD_MOD_DYNAMIC
+
 /* define to support BDB backend */
 #undef SLAPD_BDB
 
-/* define to support dynamic BDB backend */
-#undef SLAPD_BDB_DYNAMIC
-
 /* define to support DNS SRV backend */
 #undef SLAPD_DNSSRV
 
-/* define to support dynamic DNS SRV backend */
-#undef SLAPD_DNSSRV_DYNAMIC
+/* define to support HDB backend */
+#undef SLAPD_HDB
 
 /* define to support LDAP backend */
 #undef SLAPD_LDAP
 
-/* define to support dynamic LDAP backend */
-#undef SLAPD_LDAP_DYNAMIC
-
 /* define to support LDBM backend */
 #undef SLAPD_LDBM
 
-/* define to support dynamic LDBM backend */
-#undef SLAPD_LDBM_DYNAMIC
-
 /* define to support LDAP Metadirectory backend */
 #undef SLAPD_META
 
-/* define to support dynamic LDAP Metadirectory backend */
-#undef SLAPD_META_DYNAMIC
+/* define to support cn=Monitor backend */
+#undef SLAPD_MONITOR
+
+/* define to support NULL backend */
+#undef SLAPD_NULL
 
 /* define to support PASSWD backend */
 #undef SLAPD_PASSWD
 
-/* define to support dynamic PASSWD backend */
-#undef SLAPD_PASSWD_DYNAMIC
-
 /* define to support PERL backend */
 #undef SLAPD_PERL
 
-/* define to support dynamic PERL backend */
-#undef SLAPD_PERL_DYNAMIC
+/* define to support relay backend */
+#undef SLAPD_RELAY
 
 /* define to support SHELL backend */
 #undef SLAPD_SHELL
 
-/* define to support dynamic SHELL backend */
-#undef SLAPD_SHELL_DYNAMIC
+/* define to support SQL backend */
+#undef SLAPD_SQL
+
+/* define for Dynamic Group overlay */
+#undef SLAPD_OVER_CHAIN
 
-/* define to support TCL backend */
-#undef SLAPD_TCL
+/* define for Dynamic Group overlay */
+#undef SLAPD_OVER_DENYOP
 
-/* define to support dynamic TCL backend */
-#undef SLAPD_TCL_DYNAMIC
+/* define for Dynamic Group overlay */
+#undef SLAPD_OVER_DYNGROUP
 
-/* define to support SQL backend */
-#undef SLAPD_SQL
+/* define for Last Modification overlay */
+#undef SLAPD_OVER_LASTMOD
+
+/* define for Password Policy overlay */
+#undef SLAPD_OVER_PPOLICY
 
-/* define to support dynamic SQL backend */
-#undef SLAPD_SQL_DYNAMIC
+/* define for Proxy Cache overlay */
+#undef SLAPD_OVER_PROXYCACHE
+
+/* define for Referential Integrity overlay */
+#undef SLAPD_OVER_REFINT
+
+/* define for Rewrite/Remap overlay */
+#undef SLAPD_OVER_RWM
+
+/* define for Attribute Uniqueness overlay */
+#undef SLAPD_OVER_UNIQUE
 
 /* define to enable rewriting in back-ldap and back-meta */
 #undef ENABLE_REWRITE
 
+/* define to enable slapi library */
+#undef ENABLE_SLAPI
+
 
 /* begin of postamble */
 
 #define LDAP_NEEDS_PROTOTYPES 1
 #endif
 
+#ifndef LDAP_REL_ENG
+#if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL)
+#define LDAP_DEVEL
+#endif
+#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
+#define LDAP_TEST
+#endif
+#endif
+
 #ifdef HAVE_STDDEF_H
 #      include <stddef.h>
 #endif
 
-#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
-#define LDAP_TEST
+#ifdef HAVE_EBCDIC 
+/* ASCII/EBCDIC converting replacements for stdio funcs
+ * vsnprintf and snprintf are used too, but they are already
+ * checked by the configure script
+ */
+#define fputs ber_pvt_fputs
+#define fgets ber_pvt_fgets
+#define printf ber_pvt_printf
+#define fprintf ber_pvt_fprintf
+#define vfprintf ber_pvt_vfprintf
+#define vsprintf ber_pvt_vsprintf
+#endif
+
+#ifdef OPENLDAP_FD_SETSIZE
+       /* assume installer desires to enlarge fd_set */
+#ifdef HAVE_BITS_TYPES_H
+#include <bits/types.h>
+#endif
+#ifdef __FD_SETSIZE
+#undef __FD_SETSIZE
+#define        __FD_SETSIZE OPENLDAP_FD_SETSIZE
+#else
+#define        FD_SETSIZE OPENLDAP_FD_SETSIZE
 #endif
-#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
-#define LDAP_DEBUG
 #endif
 
 #include "ldap_cdefs.h"
 #include "ldap_features.h"
 
 #include "ac/assert.h"
+#include "ac/localize.h"
 
 #endif /* _LDAP_PORTABLE_H */