]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbindd: Use #ifdef instead of #if for config.h definitions
authorAndreas Schneider <asn@samba.org>
Tue, 20 Nov 2018 14:58:28 +0000 (15:58 +0100)
committerGary Lockyer <gary@samba.org>
Wed, 28 Nov 2018 22:19:24 +0000 (23:19 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/winbindd/winbindd.c

index d2c005bc8ff7b264fcec80fe2f620156d20bae1c..e6e8dc78fc8ef5b3c53632a3bff46a83757aaa83 100644 (file)
@@ -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.