remove old pile of crap and cruft
[apps/madmutt.git] / imap / auth_login.c
index a6b78dc..023c654 100644 (file)
@@ -9,21 +9,16 @@
 
 /* plain LOGIN support */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <lib-lib/macros.h>
-#include <lib-lib/debug.h>
+#include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "imap_private.h"
 #include "auth.h"
 
 /* imap_auth_login: Plain LOGIN support */
-imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method)
+imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method __attribute__ ((unused)))
 {
-    char q_user[SHORT_STRING], q_pass[SHORT_STRING];
+    char q_user[STRING], q_pass[STRING];
     char buf[STRING];
     int rc;