]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.nt
randfile
[openldap] / include / ldap_config.nt
index ce3597a76b481507b65c169d9bd18c22385dea1e..f19eb38016c0a9805ed183ffe89ff002887da791 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -10,7 +10,7 @@
  */
 
 /*
- * This file works in confunction with OpenLDAP configure system.
+ * This file works in confunction with OpenLDAP setup.mak system.
  * If you do no like the values below, adjust your configure options.
  */
 
 #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"