summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/include/includes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index bf566a01d6..a5fd620049 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -374,25 +374,25 @@
#endif
#endif
-#if HAVE_KRB5_H
+#ifdef HAVE_KRB5_H
#include <krb5.h>
#else
#undef HAVE_KRB5
#endif
-#if HAVE_GSSAPI_H
+#ifdef HAVE_GSSAPI_H
#include <gssapi.h>
#endif
-#if HAVE_GSSAPI_GSSAPI_H
+#ifdef HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#endif
-#if HAVE_GSSAPI_GSSAPI_GENERIC_H
+#ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H
#include <gssapi/gssapi_generic.h>
#endif
-#if HAVE_COM_ERR_H
+#ifdef HAVE_COM_ERR_H
#include <com_err.h>
#endif