]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Misc DESC updates
[openldap] / include / portable.h.in
index 70f29290fcbdc99aaef5b622411dfcfa6c35e9a0..bd8af30093dfaf82ed379aa83ddf2672db7fb47d 100644 (file)
@@ -3,10 +3,11 @@
  * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms 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.
+ * 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.
  */
 
 #ifndef _LDAP_PORTABLE_H
 /* 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 pipe function.  */
 #undef HAVE_PIPE
 
 /* Define if you have the sigset function.  */
 #undef HAVE_SIGSET
 
-/* Define if you have the snprintf function.  */
-#undef HAVE_SNPRINTF
-
 /* Define if you have the strdup function.  */
 #undef HAVE_STRDUP
 
 /* Define if you have the sysconf function.  */
 #undef HAVE_SYSCONF
 
-/* Define if you have the tempnam function.  */
-#undef HAVE_TEMPNAM
-
 /* Define if you have the thr_getconcurrency function.  */
 #undef HAVE_THR_GETCONCURRENCY
 
 /* 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 to support dynamic LDAP Metadirectory backend */
 #undef SLAPD_META_DYNAMIC
 
+/* define to support cn=Monitor backend */
+#undef SLAPD_MONITOR
+
+/* define to support dynamic cn=Monitor backend */
+#undef SLAPD_MONITOR_DYNAMIC
+
 /* define to support PASSWD backend */
 #undef SLAPD_PASSWD