1
0
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:
Andreas Schneider 2018-11-20 14:06:48 +01:00 committed by Gary Lockyer
parent b51e8b9808
commit d035f2492e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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