From: Andreas Schneider Date: Tue, 20 Nov 2018 13:06:48 +0000 (+0100) Subject: krb5_plugin: Use #ifdef instead of #if for config.h definitions X-Git-Tag: tdb-1.3.17~563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d035f2492e306ddc74b1b9fe533608e0f37a1cd0;p=thirdparty%2Fsamba.git krb5_plugin: Use #ifdef instead of #if for config.h definitions Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer --- diff --git a/nsswitch/krb5_plugin/winbind_krb5_localauth.c b/nsswitch/krb5_plugin/winbind_krb5_localauth.c index e27bd6c6c54..f87b19abed6 100644 --- a/nsswitch/krb5_plugin/winbind_krb5_localauth.c +++ b/nsswitch/krb5_plugin/winbind_krb5_localauth.c @@ -22,7 +22,7 @@ #include "replace.h" #include #include -#if HAVE_COM_ERR_H +#ifdef HAVE_COM_ERR_H #include #endif diff --git a/nsswitch/krb5_plugin/winbind_krb5_locator.c b/nsswitch/krb5_plugin/winbind_krb5_locator.c index 91a2d64d84c..518c871b248 100644 --- a/nsswitch/krb5_plugin/winbind_krb5_locator.c +++ b/nsswitch/krb5_plugin/winbind_krb5_locator.c @@ -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 #endif