zpool(8) uses tbl.
[netbsd-mini2440.git] / tools / compat / compat_getopt.h
blobc4cc72ac92a6eb2635535084a789d5cbcb1f1ec6
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. */
5 #if HAVE_GETOPT_H
6 #include <getopt.h>
7 #endif
9 #define option __nbcompat_option
10 #define getopt_long __nbcompat_getopt_long
12 #undef no_argument
13 #undef required_argument
14 #undef optional_argument
15 #undef _GETOPT_H_
17 #include "../../include/getopt.h"