mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:winbindd: Use #ifdef instead of #if for config.h definitions
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
fce92606b3
commit
3872d4ab49
@ -1832,7 +1832,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
pidfile_create(lp_pid_directory(), "winbindd");
|
||||
|
||||
#if HAVE_SETPGID
|
||||
#ifdef HAVE_SETPGID
|
||||
/*
|
||||
* If we're interactive we want to set our own process group for
|
||||
* signal management.
|
||||
|
Loading…
x
Reference in New Issue
Block a user