probably be done to every C file, but the results need testing in case
some files depend on the current (broken) includes.
12 files changed:
/* IMAP login/authentication code */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "imap_private.h"
#include "auth.h"
/* IMAP login/authentication code */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "imap_private.h"
#include "auth.h"
/* IMAP login/authentication code */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "imap_private.h"
#include "auth.h"
/* GSS login/authentication code */
-/* for HAVE_HEIMDAL */
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include "mutt.h"
#include "imap_private.h"
/* plain LOGIN support */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "imap_private.h"
#include "auth.h"
/* SASL login/authentication code */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "mutt_sasl.h"
#include "imap_private.h"
/* Mutt browser support routines */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdlib.h>
#include <ctype.h>
/* command.c: routines for sending commands to an IMAP server and parsing
* responses */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "imap_private.h"
#include "message.h"
/* Support for IMAP4rev1, with the occasional nod to IMAP 4. */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "mutt_curses.h"
#include "mx.h"
/* message parsing/updating functions */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdlib.h>
#include <ctype.h>
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "charset.h"
#include "imap_private.h"
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif