X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_gss.c;h=e687fbdea0a7204e8378c3ec07e04e7303252083;hp=03f48d3ac395143c74692d00a6fa11ad8bf41782;hb=fc9c62aae0a7ebf1ff9335e322e7c1f5d3e459d3;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/imap/auth_gss.c b/imap/auth_gss.c index 03f48d3..e687fbd 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -18,8 +18,9 @@ /* GSS login/authentication code */ -/* for HAVE_HEIMDAL */ -#include "config.h" +#if HAVE_CONFIG_H +# include "config.h" +#endif #include "mutt.h" #include "imap_private.h"