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