]> Pileus Git - ~andy/fetchmail/blob - i18n.h
Add MIME headers to specify body encoding for mail warnings.
[~andy/fetchmail] / i18n.h
1 /* Dummy header for libintl.h
2  *
3  * For license terms, see the file COPYING in this directory.
4  */
5 #undef _
6 #ifdef ENABLE_NLS
7 #undef __OPTIMIZE__
8 #include <libintl.h>
9 #include <langinfo.h>
10 #define GT_(String) gettext((String))
11 #define NGT_(String) (String)
12 #else
13 #define GT_(String) (String)
14 #define NGT_(String) (String)
15 #endif