]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.h.in
added hasSubordinates to back-monitor
[openldap] / include / ldap_config.h.in
index 8cfc13fd7cabc6d69ffa0058f1b944e0ae0941b1..c86eb23e5f759bfb5d26f8ee0b3081ebc4d4a4a2 100644 (file)
@@ -28,7 +28,9 @@
 #endif
 
 /* directory for temporary files */
-#if defined( _P_tmpdir )
+#if defined(_WIN32)
+# define LDAP_TMPDIR "C:\\."   /* we don't have much of a choice */
+#elif defined( _P_tmpdir )
 # define LDAP_TMPDIR _P_tmpdir
 #elif defined( P_tmpdir )
 # define LDAP_TMPDIR P_tmpdir