]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
fix test006
[openldap] / include / portable.h.in
index acf9af41414598be2c7de791e65c6e08dea06c64..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 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