1 /* $NetBSD: compat_getopt.h,v 1.1 2004/06/20 22:20:15 jmc Exp $ */
3 /* We unconditionally use the NetBSD getopt.h in libnbcompat. */
9 #define option __nbcompat_option
10 #define getopt_long __nbcompat_getopt_long
13 #undef required_argument
14 #undef optional_argument
17 #include "../../include/getopt.h"