X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_gss.c;h=e687fbdea0a7204e8378c3ec07e04e7303252083;hb=1bbedb2dcb610160fe7fd2b44bd098248bfd83a0;hp=03f48d3ac395143c74692d00a6fa11ad8bf41782;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933;p=apps%2Fmadmutt.git 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"