]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
fix test006
[openldap] / include / portable.h.in
index 5ce7995c89f9049d793c146f2fea923221859fee..5222fd2947ae623c102b8925d67f6fa09bfc2f02 100644 (file)
 /* 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 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 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
 
 /* 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 snprintf routine */
 #undef vsnprintf
 
-/* 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 libtool -ltdl */
 #undef HAVE_LIBLTDL
 
 /* define for Dynamic Group overlay */
 #undef SLAPD_OVER_DYNGROUP
 
+/* define for Last Modification overlay */
+#undef SLAPD_OVER_LASTMOD
+
 /* define for Password Policy overlay */
 #undef SLAPD_OVER_PPOLICY
 
 /* 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