aboutsummaryrefslogtreecommitdiff
path: root/cddl/compat/opensolaris/include/libintl.h
blob: da13f4749081d86b3ccdf3a31ac92302e413c7b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $FreeBSD$ */

#ifndef	_LIBINTL_H_
#define	_LIBINTL_H_

#include <sys/cdefs.h>
#include <stdio.h>

#define	textdomain(domain)	0
#define	gettext(...)		(__VA_ARGS__)
#define	dgettext(domain, ...)	(__VA_ARGS__)

#endif	/* !_SOLARIS_H_ */