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