1 2 3 4 5 6 7 8 9 10 11 12
/* Dummy header for libintl.h */ #undef _ #ifdef ENABLE_NLS #undef __OPTIMIZE__ #include <libintl.h> #define GT_(String) gettext((String)) #define NGT_(String) (String) #else #define GT_(String) (String) #define NGT_(String) (String) #endif