X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2Fintl.h;fp=lib%2Fintl.h;h=0000000000000000000000000000000000000000;hb=9a1efcc01ddeca4106847f8eb28a704aca2dcf0b;hp=b124bef3bbaaf9c582a09f977286b245f1b956ba;hpb=9e6ab0152703ad301042ce8810859f41fbee405a;p=apps%2Fmadmutt.git diff --git a/lib/intl.h b/lib/intl.h deleted file mode 100644 index b124bef..0000000 --- a/lib/intl.h +++ /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 -# 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 */