xref: /netbsd-src/external/gpl2/groff/dist/src/include/gettext.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /*	$NetBSD: gettext.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $	*/
2 
3 /* This is a dummy header file to make getopt compile without gettext
4    support. */
5 
6 #define gettext(s) s
7