]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Misc DESC updates
[openldap] / include / portable.h.in
index 3aedc7dbf1114ee672ec3cb91bea54aeacbe0f08..bd8af30093dfaf82ed379aa83ddf2672db7fb47d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * 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
+ * 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.
  */
 /* 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 <crypt.h> header file.  */
 #undef HAVE_CRYPT_H
 
+/* Define if you have the <cthread.h> header file.  */
+#undef HAVE_CTHREAD_H
+
 /* Define if you have the <db.h> header file.  */
 #undef HAVE_DB_H
 
 /* define if you have (or want) no threads */
 #undef NO_THREADS
 
+/* define if Berkeley DB has DB_THREAD support */
+#undef HAVE_BERKELEY_DB_THREAD
+
 /* define this if Berkeley DB is available */
 #undef HAVE_BERKELEY_DB