X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_config.nt;h=8d3b44d9c4356f116cb30a499ad3e02904f4212f;hb=588f1f61850b02d87b418480b3eab031ca5fdaf1;hp=ce3597a76b481507b65c169d9bd18c22385dea1e;hpb=bd36de108fd8b44ec751581efbef600b6d13c7d6;p=openldap diff --git a/include/ldap_config.nt b/include/ldap_config.nt index ce3597a76b..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 @@ -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. */ @@ -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 */