1 /* $NetBSD: compat_getopt.h,v 1.1.2.2 2004/06/22 07:31:16 tron 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