int main(int argc, char *argv[]); #ifndef PACKAGE #define PACKAGE "util-linux" #endif #ifndef LOCALEDIR #define LOCALEDIR "/usr/share/locale" #endif #include #include #define _(Text) gettext (Text) #ifdef gettext_noop # define N_(String) gettext_noop (String) #else # define N_(String) (String) #endif