move intl.h into lib-lib/macros.h
[apps/madmutt.git] / lib / intl.h
diff --git a/lib/intl.h b/lib/intl.h
deleted file mode 100644 (file)
index b124bef..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _LIB_INTL_H
-#define _LIB_INTL_H
-
-/*
- * config.h must be included by source file!
- */
-
-# ifdef ENABLE_NLS
-#  include <libintl.h>
-# define _(a) (gettext (a))
-#  ifdef gettext_noop
-#   define N_(a) gettext_noop (a)
-#  else
-#   define N_(a) (a)
-#  endif
-# else
-#  define _(a) (a)
-#  define N_(a) a
-# endif
-
-#endif /* !_LIB_INTL_H */