summaryrefslogtreecommitdiff
path: root/tools/compat/compat_getopt.h
blob: 86599bf3ff3de0570b35f374b957f16397a88d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*      $NetBSD: compat_getopt.h,v 1.2 2007/11/08 20:30:59 christos Exp $ */

/* We unconditionally use the NetBSD getopt.h in libnbcompat. */

#if HAVE_GETOPT_H
#include <getopt.h>
#endif

#define option __nbcompat_option
#define getopt_long __nbcompat_getopt_long

#undef no_argument
#undef required_argument
#undef optional_argument
#undef _GETOPT_H_

#include "../../include/getopt.h"