]> Pileus Git - ~andy/fetchmail/blob - i18n.h
Ready to ship.
[~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 #define GT_(String) gettext((String))
10 #define NGT_(String) (String)
11 #else
12 #define GT_(String) (String)
13 #define NGT_(String) (String)
14 #endif