2008-04-22 07:43:00 +00:00
|
|
|
/* $FreeBSD$ */
|
|
|
|
|
2007-04-06 01:09:06 +00:00
|
|
|
#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_ */
|