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