Apply NT fixes from Release Engineering.

This commit is contained in:
Kurt Zeilenga 1998-12-26 18:52:45 +00:00
parent 7443bb94fd
commit f08b68992b

View file

@ -16,18 +16,23 @@
/* /*
* config.h for LDAP -- edit this file to customize LDAP client behavior. * config.h for LDAP -- edit this file to customize LDAP client behavior.
* NO platform-specific definitions should be placed in this file. * NO platform-specific definitions should be placed in this file.
* Note that this is NOT used by the LDAP or LBER libraries. * Note that this IS USED by the LDAP or LBER libraries.
*/ */
/*
* SHARED DEFINITIONS - things you should change
*/
/* /*
* SHARED DEFINITIONS - things you should change * SHARED DEFINITIONS - things you should change
*/ */
#define DEFAULT_BINDIR "C:\\OpenLDAP\\bin" #define DEFAULT_BINDIR "C:\\OpenLDAP\\bin"
#define DEFAULT_SBINDIR "C:\\OpenLDAP\\sbin" #define DEFAULT_SBINDIR "C:\\OpenLDAP\\sbin"
#define DEFAULT_ETCDIR "C:\\OpenLDAP\\etc" #define DEFAULT_DATADIR "C:\\OpenLDAP\\share"
#define DEFAULT_SYSCONFDIR "C:\\OpenLDAP\\etc"
#define DEFAULT_LIBEXECDIR "C:\\OpenLDAP\\execdir" #define DEFAULT_LIBEXECDIR "C:\\OpenLDAP\\execdir"
#define DEFAULT_RUNDIR "C:\\OpenLDAP\\run"
#define DEFAULT_LDAP_CONF_FILE "c:\\OpenLDAP\\ldap.conf" #define DEFAULT_LDAP_CONF_FILE "C:\\OpenLDAP\\ldap.conf"
#define DEFAULT_LDAP_USERRC_FILE "ldaprc" #define DEFAULT_LDAP_USERRC_FILE "ldaprc"
#define DEFAULT_LDAP_ENV_PREFIX "LDAP" #define DEFAULT_LDAP_ENV_PREFIX "LDAP"
@ -49,7 +54,7 @@
#define FILTERFILE "C:\\OpenLDAP\\etc\\ldapfilter.conf" #define FILTERFILE "C:\\OpenLDAP\\etc\\ldapfilter.conf"
#define TEMPLATEFILE "C:\\OpenLDAP\\etc\\ldaptemplates.conf" #define TEMPLATEFILE "C:\\OpenLDAP\\etc\\ldaptemplates.conf"
#define SEARCHFILE "C:\\OpenLDAP\\etc\\ldapsearchprefs.conf" #define SEARCHFILE "C:\\OpenLDAP\\etc\\ldapsearchprefs.conf"
#define FRIENDLYFILE "C:\\OpenLDAP\\etc\\ldapfriendly" #define FRIENDLYFILE "C:\\OpenLDAP\\share\\ldapfriendly"
/* /*
* FINGER DEFINITIONS * FINGER DEFINITIONS
@ -110,7 +115,7 @@ Please try again later.\r\n"
* GO500GW GOPHER GATEWAY DEFINITIONS * GO500GW GOPHER GATEWAY DEFINITIONS
*/ */
/* where the helpfile lives */ /* where the helpfile lives */
#define GO500GW_HELPFILE "C:\\OpenLDAP\\etc\\go500gw.help" #define GO500GW_HELPFILE "C:\\OpenLDAP\\share\\go500gw.help"
/* port on which to listen */ /* port on which to listen */
#define GO500GW_PORT 7777 #define GO500GW_PORT 7777
/* timeout on all searches */ /* timeout on all searches */
@ -131,7 +136,7 @@ Please try again later.\r\n"
* RCPT500 MAIL RESPONDER GATEWAY DEFINITIONS * RCPT500 MAIL RESPONDER GATEWAY DEFINITIONS
*/ */
/* where the helpfile lives */ /* where the helpfile lives */
#define RCPT500_HELPFILE "C:\\OpenLDAP\\etc\\rcpt500.help" #define RCPT500_HELPFILE "C:\\OpenLDAP\\share\\rcpt500.help"
/* maximum number of matches returned */ /* maximum number of matches returned */
#define RCPT500_SIZELIMIT 50 #define RCPT500_SIZELIMIT 50
/* address replies will appear to come from */ /* address replies will appear to come from */
@ -166,7 +171,7 @@ Please try again later.\r\n"
/* ud configuration file */ /* ud configuration file */
#define UD_CONFIG_FILE "C:\\OpenLDAP\\etc\\ud.conf" #define UD_CONFIG_FILE "C:\\OpenLDAP\\etc\\ud.conf"
/* default editor */ /* default editor */
#define UD_DEFAULT_EDITOR "C:\\OpenLDAP\\etc" #define UD_DEFAULT_EDITOR "%EDITOR%"
/* default bbasename of user config file */ /* default bbasename of user config file */
#define UD_USER_CONFIG_FILE ".udrc" #define UD_USER_CONFIG_FILE ".udrc"
/* default base where groups are created */ /* default base where groups are created */
@ -197,6 +202,8 @@ Please try again later.\r\n"
*/ */
/* location of the default slapd config file */ /* location of the default slapd config file */
#define SLAPD_DEFAULT_CONFIGFILE "C:\\OpenLDAP\\etc\\slapd.conf" #define SLAPD_DEFAULT_CONFIGFILE "C:\\OpenLDAP\\etc\\slapd.conf"
/* default max deref depth for aliases */
#define SLAPD_DEFAULT_MAXDEREFDEPTH 15
/* default sizelimit on number of entries from a search */ /* default sizelimit on number of entries from a search */
#define SLAPD_DEFAULT_SIZELIMIT 500 #define SLAPD_DEFAULT_SIZELIMIT 500
/* default timelimit to spend on a search */ /* default timelimit to spend on a search */