Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
69063fa0
Commit
69063fa0
authored
Feb 13, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't build getopt at all if it's not needed.
parent
e56178d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
getopt.c
libs/port/getopt.c
+4
-0
getopt1.c
libs/port/getopt1.c
+4
-0
No files found.
libs/port/getopt.c
View file @
69063fa0
...
...
@@ -33,6 +33,10 @@
# include <config.h>
#endif
#ifdef HAVE_GETOPT_LONG
#define ELIDE_CODE
#endif
#if !defined __STDC__ || !__STDC__
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */
...
...
libs/port/getopt1.c
View file @
69063fa0
...
...
@@ -24,6 +24,10 @@
#include <config.h>
#endif
#ifdef HAVE_GETOPT_LONG
#define ELIDE_CODE
#endif
#ifdef _LIBC
# include <getopt.h>
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment