mirror of
https://github.com/samba-team/samba.git
synced 2025-09-10 05:44:20 +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:
committed by
Gary Lockyer
parent
fce92606b3
commit
3872d4ab49
@@ -1832,7 +1832,7 @@ int main(int argc, const char **argv)
|
|||||||
|
|
||||||
pidfile_create(lp_pid_directory(), "winbindd");
|
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
|
* If we're interactive we want to set our own process group for
|
||||||
* signal management.
|
* signal management.
|
||||||
|
Reference in New Issue
Block a user