byebye OPTARROWCURSOR
[apps/madmutt.git] / lib-lib / lib-lib.h
index 6dd3900..c254e95 100644 (file)
@@ -21,7 +21,7 @@
 #define MUTT_LIB_LIB_LIB_LIB_H
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+# include <config.h>
 #endif
 
 #ifndef __GNUC__
@@ -78,7 +78,7 @@
 #  undef _
 #endif
 
-#ifdef ENABLE_NLS
+#ifdef HAVE_LIBIDN
 #  include <libintl.h>
 #define _(a)       (gettext(a))
 #  ifdef gettext_noop
@@ -118,6 +118,7 @@ typedef union __attribute__((transparent_union)) anytype {
 #include "file.h"
 #include "hash.h"
 #include "list.h"
+#include "md5.h"
 #include "mapping.h"
 #include "rx.h"
 #include "url.h"