Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289968
Collapse All | Expand All

(-)gzip-1.3.13/lib/getopt.in.h (-1 / +5 lines)
Lines 22-30 Link Here
22
@PRAGMA_SYSTEM_HEADER@
22
@PRAGMA_SYSTEM_HEADER@
23
#endif
23
#endif
24
24
25
/* The include_next requires a split double-inclusion guard.  */
25
/* The include_next requires a split double-inclusion guard.  We must
26
   also inform the replacement unistd.h to not recursively use
27
   <getopt.h>; our definitions will be present soon enough.  */
26
#if @HAVE_GETOPT_H@
28
#if @HAVE_GETOPT_H@
29
# define _GL_SYSTEM_GETOPT
27
# @INCLUDE_NEXT@ @NEXT_GETOPT_H@
30
# @INCLUDE_NEXT@ @NEXT_GETOPT_H@
31
# undef _GL_SYSTEM_GETOPT
28
#endif
32
#endif
29
33
30
#ifndef _GL_GETOPT_H
34
#ifndef _GL_GETOPT_H
(-)gzip-1.3.13/lib/unistd.in.h (-1 / +1 lines)
Lines 51-57 Link Here
51
#endif
51
#endif
52
52
53
/* Get getopt(), optarg, optind, opterr, optopt.  */
53
/* Get getopt(), optarg, optind, opterr, optopt.  */
54
#if @GNULIB_UNISTD_H_GETOPT@
54
#if @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT
55
# include <getopt.h>
55
# include <getopt.h>
56
#endif
56
#endif
57
57

Return to bug 289968