From: Gary Williams Date: Fri, 18 Jun 1999 21:34:24 +0000 (+0000) Subject: add define of service name (shared in main and nt_svc, that's why it's here) X-Git-Tag: OPENLDAP_REL_ENG_2_BP~266 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0ea6f2ee445c9b6df4b31385a57ba78c971bc68;p=openldap add define of service name (shared in main and nt_svc, that's why it's here) --- diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index e2e4c703f8..0b22132604 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -29,6 +29,8 @@ #undef f_next /* name conflict between sys/file.h on SCO and struct filter */ #endif +#define SERVICE_NAME OPENLDAP_PACKAGE "-slapd" + /* LDAPMod.mod_op value ===> Must be kept in sync with ldap.h! * * This is a value used internally by the backends. It is needed to allow