]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
syncrepl refresh mode : both scope-in & scope-out working fine
[openldap] / include / portable.h.in
index 39722a7722013c7083b8ad39703bc88f8f3a1811..1a4e0238b0131d5767098f1c3dc6f8b81b0631f7 100644 (file)
@@ -1,6 +1,6 @@
 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
 /*
- * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 /* 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 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 <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/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 to vsnprintf routine */
 #undef vsnprintf
 
+/* define if struct msghdr has msg_accrights */
+#undef HAVE_MSGHDR_MSG_ACCRIGHTS
+
 /* define to snprintf routine */
 #undef snprintf
 
 /* define if you actually have sys_errlist in your libs */
 #undef HAVE_SYS_ERRLIST
 
+/* 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 dynamic DNS SRV backend */
 #undef SLAPD_DNSSRV_DYNAMIC
 
+/* define to support HDB backend */
+#undef SLAPD_HDB
+
+/* define to support dynamic HDB backend */
+#undef SLAPD_HDB_DYNAMIC
+
 /* define to support LDAP backend */
 #undef SLAPD_LDAP
 
 /* define to enable rewriting in back-ldap and back-meta */
 #undef ENABLE_REWRITE
 
+/* define to enable slapi library */
+#undef ENABLE_SLAPI
+
 
 /* begin of postamble */
 
 #      include <stddef.h>
 #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
 #if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
 #define LDAP_DEBUG
 #endif
+#endif
 
 #ifdef HAVE_EBCDIC 
 /* ASCII/EBCDIC converting replacements for stdio funcs
 #include "ldap_features.h"
 
 #include "ac/assert.h"
+#include "ac/localize.h"
 
 #endif /* _LDAP_PORTABLE_H */