From: Andreas Schneider Date: Tue, 20 Nov 2018 14:58:28 +0000 (+0100) Subject: s3:winbindd: Use #ifdef instead of #if for config.h definitions X-Git-Tag: tdb-1.3.17~548 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3872d4ab495027fe42790c76cf749f1809323bcc;p=thirdparty%2Fsamba.git s3:winbindd: Use #ifdef instead of #if for config.h definitions Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer --- 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.