xref: /netbsd-src/external/gpl2/groff/dist/src/include/gettext.h (revision 89a07cf815a29524268025a1139fac4c5190f765)
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