]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Added dnPretty2/dnNormalize2 using preallocated destination berval
[openldap] / include / portable.h.in
index b064946c57152c1299eebec8e1c94984a3c89004..bba543cd4731dcc24070b8f1cd89812c4755ed53 100644 (file)
 /* 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 mktemp function.  */
+#undef HAVE_MKTEMP
+
 /* Define if you have the pipe function.  */
 #undef HAVE_PIPE
 
 #ifdef _WIN32
        /* don't suck in all of the win32 api */
 #      define WIN32_LEAN_AND_MEAN 1
-
-#      define sleep _sleep
 #endif
 
 #ifndef LDAP_NEEDS_PROTOTYPES