1 #ifndef __INTL_H 2 #define __INTL_H 3 #undef N_ 4 #define N_(msgid) (msgid) 5 #undef _ 6 #define _(msgid) (msgid) 7 #endif