summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-20 15:58:28 +0100
committerGary Lockyer <gary@samba.org>2018-11-28 23:19:24 +0100
commit3872d4ab495027fe42790c76cf749f1809323bcc (patch)
tree34a98cacb3bdb2dc6c1dd55dc3e5b77c7309b1d7 /source3/winbindd/winbindd.c
parentfce92606b356883ed9fbea6948d426345ede79cf (diff)
downloadsamba-3872d4ab495027fe42790c76cf749f1809323bcc.tar.gz
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>
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
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.