move netstat to /usr/bin
[platform/upstream/net-tools.git] / intl.h
1 /* Dummy header for libintl.h */
2
3 #if I18N
4 #include <locale.h>
5 #undef __OPTIMIZE__
6 #include <libintl.h>
7 #define _(String) gettext((String))
8 #define N_(String) (String)
9 #else
10 #define _(String) (String)
11 #define N_(String) (String)
12 #endif