diff --git a/servers/slapd/main.c b/servers/slapd/main.c index 8a40fe52a7..bda792fbf8 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -628,7 +628,7 @@ wait4child( int sig ) errno = save_errno; } -#endif /* SIGCHLD || SIGCLD */ +#endif /* LDAP_SIGCHLD */ #ifdef LOG_LOCAL4