1 /* $NetBSD: compat_getopt.h,v 1.1 2004/06/20 22:20:15 jmc Exp $ */ 2 3 /* We unconditionally use the NetBSD getopt.h in libnbcompat. */ 4 5 #if HAVE_GETOPT_H 6 #include <getopt.h> 7 #endif 8 9 #define option __nbcompat_option 10 #ifdef _GETOPT_H_ 11 #undef _GETOPT_H_ 12 #endif 13 #include "../../include/getopt.h" 14