]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.nt
add feature macros
[openldap] / include / ldap_config.nt
index 9d6e962dfbfe7f215c9a7ccd270fbc35e32549ac..18646ac9e0b5c43a9e20bce806cb88447cf34ad2 100644 (file)
@@ -1,6 +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
 #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"
@@ -49,9 +56,6 @@
 #ifndef LDAP_EDITOR
 #define LDAP_EDITOR                    "%EDITOR%"
 #endif
-#ifndef LDAP_FINGER
-#define LDAP_FINGER                    "%FINGER%"
-#endif
 #ifndef LDAP_SENDMAIL
 #define LDAP_SENDMAIL          "%SENDMAIL%"
 #endif