1 /* $NetBSD: compat_getopt.h,v 1.2 2007/11/08 20:30:59 christos 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"