X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_config.nt;h=8d3b44d9c4356f116cb30a499ad3e02904f4212f;hb=588f1f61850b02d87b418480b3eab031ca5fdaf1;hp=9d6e962dfbfe7f215c9a7ccd270fbc35e32549ac;hpb=f4856214fb8b77cacf1d53823955bdbf3f54b527;p=openldap diff --git a/include/ldap_config.nt b/include/ldap_config.nt index 9d6e962dfb..8d3b44d9c4 100644 --- a/include/ldap_config.nt +++ b/include/ldap_config.nt @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms are permitted only @@ -22,6 +22,13 @@ #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" @@ -45,15 +52,4 @@ #define LDAP_RUNDIR LDAP_PREFIX "\\run" #endif -/* command locations */ -#ifndef LDAP_EDITOR -#define LDAP_EDITOR "%EDITOR%" -#endif -#ifndef LDAP_FINGER -#define LDAP_FINGER "%FINGER%" -#endif -#ifndef LDAP_SENDMAIL -#define LDAP_SENDMAIL "%SENDMAIL%" -#endif - #endif /* _LDAP_CONFIG_H */