replace: Use #ifdef instead of #if for config.h definitions
[samba.git] / lib / replace / system / kerberos.h
index 636ce0f2e0bff273b332f3704abf7501854845e6..ebd8657e6121fb67d76e8bf0681fdbecafab9707 100644 (file)
 
 #ifdef HAVE_KRB5
 
-#if HAVE_KRB5_H
+#ifdef HAVE_KRB5_H
 #include <krb5.h>
 #endif
 
-#if HAVE_COM_ERR_H
+#ifdef HAVE_COM_ERR_H
 #include <com_err.h>
 #endif