DEBSOURCES
Skip Quicknav
sources / cadaver / 0.23.3-1 / src / i18n.h
123456789
#undef _ #ifdef ENABLE_NLS #include <libintl.h> #define _(str) gettext(str) #else #define _(str) (str) #endif /* ENABLE_NLS */ #define N_(str) (str)