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