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
8b195913
Commit
8b195913
authored
Jan 21, 2009
by
Austin English
Committed by
Alexandre Julliard
Jan 22, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.
parent
0b98f45b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
ipstats.c
dlls/iphlpapi/ipstats.c
+3
-0
config.h.in
include/config.h.in
+3
-0
No files found.
configure
View file @
8b195913
...
...
@@ -7505,6 +7505,7 @@ done
for
ac_header
in
\
AudioUnit/AudioUnit.h
\
Carbon/Carbon.h
\
...
...
@@ -7609,6 +7610,7 @@ for ac_header in \
sys/strtio.h
\
sys/syscall.h
\
sys/time.h
\
sys/timeout.h
\
sys/times.h
\
sys/uio.h
\
sys/un.h
\
...
...
configure.ac
View file @
8b195913
...
...
@@ -354,6 +354,7 @@ AC_CHECK_HEADERS(\
sys/strtio.h \
sys/syscall.h \
sys/time.h \
sys/timeout.h \
sys/times.h \
sys/uio.h \
sys/un.h \
...
...
dlls/iphlpapi/ipstats.c
View file @
8b195913
...
...
@@ -37,6 +37,9 @@
#ifdef HAVE_SYS_SOCKETVAR_H
#include <sys/socketvar.h>
#endif
#ifdef HAVE_SYS_TIMEOUT_H
#include <sys/timeout.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
...
...
include/config.h.in
View file @
8b195913
...
...
@@ -900,6 +900,9 @@
/* Define to 1 if you have the <sys/thr.h> header file. */
#undef HAVE_SYS_THR_H
/* Define to 1 if you have the <sys/timeout.h> header file. */
#undef HAVE_SYS_TIMEOUT_H
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
...
...
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