]> Pileus Git - ~andy/fetchmail/blob - i18n.h
_( -> GT_(
[~andy/fetchmail] / i18n.h
1 /* Dummy header for libintl.h */
2
3 #undef _
4 #ifdef ENABLE_NLS
5 #undef __OPTIMIZE__
6 #include <libintl.h>
7 #define GT_(String) gettext((String))
8 #define NGT_(String) (String)
9 #else
10 #define GT_(String) (String)
11 #define NGT_(String) (String)
12 #endif