mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
define Versionstr, I'm sure there's a better way, but I need to get this built
This commit is contained in:
parent
dc0bcf2e94
commit
51d7259715
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
|||
static RETSIGTYPE wait4child( int sig );
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
const char Versionstr[] = "OpenLDAP slapd 1.2 for Windows NT";
|
||||
#endif
|
||||
|
||||
/*
|
||||
* when more than one slapd is running on one machine, each one might have
|
||||
* it's own LOCAL for syslogging and must have its own pid/args files
|
||||
|
|
|
|||
Loading…
Reference in a new issue