]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.nt
Added LDAP_LOG Messages
[openldap] / include / ldap_config.nt
index cee39be0b44282a265e58b528ab18df66b85264e..e2fbbb9c15367b61f20c931c0a6405f3ef478a01 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 #define LDAP_DIRSEP "\\"
 #endif
 
+/* directory for temporary files */
+#if defined( _P_tmpdir )
+#define LDAP_TMPDIR _P_tmpdir
+#else
+#define LDAP_TMPDIR "\\"
+#endif
+
 /* directories */
 #ifndef LDAP_PREFIX
 #define LDAP_PREFIX                    "C:\\OpenLDAP"