xref: /freebsd/cddl/compat/opensolaris/include/libintl.h (revision 02f27f1cfa619cdf9509c65366f55f7c8803de5c)
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