From 3872d4ab495027fe42790c76cf749f1809323bcc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 20 Nov 2018 15:58:28 +0100 Subject: [PATCH] s3:winbindd: Use #ifdef instead of #if for config.h definitions Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index d2c005bc8ff..e6e8dc78fc8 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -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. -- 2.47.2