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
337067a8
Commit
337067a8
authored
Jan 22, 2009
by
Austin English
Committed by
Alexandre Julliard
Jan 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphlpapi: Include netinet/if_inarp.h for NetBSD.
parent
bcfc2027
Show 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 @
337067a8
...
...
@@ -7926,6 +7926,7 @@ done
for
ac_header
in
\
netinet/ip.h
\
net/if.h
\
...
...
@@ -7934,6 +7935,7 @@ for ac_header in \
net/if_types.h
\
net/route.h
\
netinet/if_ether.h
\
netinet/if_inarp.h
\
netinet/in_pcb.h
\
netinet/ip_icmp.h
\
netinet/ip_var.h
\
...
...
configure.ac
View file @
337067a8
...
...
@@ -386,6 +386,7 @@ AC_CHECK_HEADERS(\
net/if_types.h \
net/route.h \
netinet/if_ether.h \
netinet/if_inarp.h \
netinet/in_pcb.h \
netinet/ip_icmp.h \
netinet/ip_var.h \
...
...
dlls/iphlpapi/ipstats.c
View file @
337067a8
...
...
@@ -64,6 +64,9 @@
#ifdef HAVE_NETINET_IF_ETHER_H
#include <netinet/if_ether.h>
#endif
#ifdef HAVE_NETINET_IF_INARP_H
#include <netinet/if_inarp.h>
#endif
#ifdef HAVE_NETINET_IP_H
#include <netinet/ip.h>
#endif
...
...
include/config.h.in
View file @
337067a8
...
...
@@ -456,6 +456,9 @@
/* Define to 1 if you have the <netinet/if_ether.h> header file. */
#undef HAVE_NETINET_IF_ETHER_H
/* Define to 1 if you have the <netinet/if_inarp.h> header file. */
#undef HAVE_NETINET_IF_INARP_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_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