diff options
Diffstat (limited to 'source4/include/system')
-rw-r--r-- | source4/include/system/kerberos.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index 85c635e223..392300267e 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -29,13 +29,9 @@ #ifdef HAVE_GSSAPI_H #include <gssapi.h> -#endif - -#ifdef HAVE_GSSAPI_GSSAPI_H +#elif defined(HAVE_GSSAPI_GSSAPI_H) #include <gssapi/gssapi.h> -#endif - -#ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H +#elif defined(HAVE_GSSAPI_GSSAPI_GENERIC_H) #include <gssapi/gssapi_generic.h> #endif |