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