X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_config.nt;h=8bc1b1cac3acaceb495dd0029435b06613127e0c;hb=d4a422329b3105c72435ddae3d0de1b5168b44d5;hp=3e6f4bbb0cacca1b9c334bb4882d6bb970467f29;hpb=0211b35d8d058cac1fa08e42d8780116b5c73bfa;p=openldap diff --git a/include/ldap_config.nt b/include/ldap_config.nt index 3e6f4bbb0c..8bc1b1cac3 100644 --- a/include/ldap_config.nt +++ b/include/ldap_config.nt @@ -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. */ @@ -21,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" @@ -44,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 */