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:
parent
e7f0b6e41f
commit
aee760cdc9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user