1 #ifndef _LIBINTL_H_ 2 #define _LIBINTL_H_ 3 4 #include <sys/cdefs.h> 5 #include <stdio.h> 6 7 #define textdomain(domain) 0 8 #define gettext(...) (__VA_ARGS__) 9 #define dgettext(domain, ...) (__VA_ARGS__) 10 11 #endif /* !_SOLARIS_H_ */ 12
1 #ifndef _LIBINTL_H_ 2 #define _LIBINTL_H_ 3 4 #include <sys/cdefs.h> 5 #include <stdio.h> 6 7 #define textdomain(domain) 0 8 #define gettext(...) (__VA_ARGS__) 9 #define dgettext(domain, ...) (__VA_ARGS__) 10 11 #endif /* !_SOLARIS_H_ */ 12