#ifndef NLS_H #define NLS_H #include #define _(S) gettext(S) #endif /* NLS_H */