1 /* temporary internal libintl.h to ignore message translation for now */
2 
3 #ifndef _LIBINTL_H
4 #define _LIBINTL_H      1
5 
6 #undef _
7 #define _(x) (x)
8 
9 #endif
10