1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

libcli:smb: 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:
Andreas Schneider 2018-11-20 14:05:39 +01:00 committed by Gary Lockyer
parent e7f0b6e41f
commit aee760cdc9

View File

@ -19,7 +19,7 @@
#include "includes.h"
#include "smb_common.h"
#if HAVE_KRB5
#ifdef HAVE_KRB5
#include "lib/krb5_wrap/krb5_samba.h"
#endif
#include "auth/gensec/gensec.h"