mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
krb5_plugin: 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
b51e8b9808
commit
d035f2492e
@ -22,7 +22,7 @@
|
||||
#include "replace.h"
|
||||
#include <krb5/localauth_plugin.h>
|
||||
#include <wbclient.h>
|
||||
#if HAVE_COM_ERR_H
|
||||
#ifdef HAVE_COM_ERR_H
|
||||
#include <com_err.h>
|
||||
#endif
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#if defined(HAVE_KRB5) && defined(HAVE_KRB5_LOCATE_PLUGIN_H)
|
||||
|
||||
#if HAVE_COM_ERR_H
|
||||
#ifdef HAVE_COM_ERR_H
|
||||
#include <com_err.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user