]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.nt
Added LDAP_LOG Messages
[openldap] / include / ldap_config.nt
index 3e6f4bbb0cacca1b9c334bb4882d6bb970467f29..e2fbbb9c15367b61f20c931c0a6405f3ef478a01 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 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
@@ -9,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"