1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #ifndef _@GUARD_PREFIX@_GETOPT_H
- #if __GNUC__ >= 3
- @PRAGMA_SYSTEM_HEADER@
- #endif
- @PRAGMA_COLUMNS@
- #if @HAVE_GETOPT_H@
- # define _GL_SYSTEM_GETOPT
- # @INCLUDE_NEXT@ @NEXT_GETOPT_H@
- # undef _GL_SYSTEM_GETOPT
- #endif
- #define _@GUARD_PREFIX@_GETOPT_H 1
- #if defined __GETOPT_PREFIX
- # if !@HAVE_GETOPT_H@
- # define __need_system_stdlib_h
- # include <stdlib.h>
- # undef __need_system_stdlib_h
- # include <stdio.h>
- # include <unistd.h>
- # endif
- #endif
- #include <getopt-cdefs.h>
- #include <getopt-pfx-core.h>
- #include <getopt-pfx-ext.h>
- #endif
|