]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - cddl/compat/opensolaris/include/libintl.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / cddl / compat / opensolaris / include / libintl.h
1 /* $FreeBSD$ */
2
3 #ifndef _LIBINTL_H_
4 #define _LIBINTL_H_
5
6 #include <sys/cdefs.h>
7 #include <stdio.h>
8
9 #define textdomain(domain)      0
10 #define gettext(...)            (__VA_ARGS__)
11 #define dgettext(domain, ...)   (__VA_ARGS__)
12
13 #endif  /* !_SOLARIS_H_ */