Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0ce420de
Commit
0ce420de
authored
Aug 12, 2009
by
Juan Lang
Committed by
Alexandre Julliard
Aug 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Test for linux/irda.h.
parent
97319aa9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
configure
configure
+6
-4
configure.ac
configure.ac
+1
-1
config.h.in
include/config.h.in
+3
-0
No files found.
configure
View file @
0ce420de
...
...
@@ -5708,9 +5708,10 @@ fi
done
for
ac_header
in
linux/ipx.h
for
ac_header
in
linux/ipx.h
linux/irda.h
do
:
ac_fn_c_check_header_compile
"
$LINENO
"
"linux/ipx.h"
"ac_cv_header_linux_ipx_h"
"#include <sys/types.h>
as_ac_Header
=
`
$as_echo
"ac_cv_header_
$ac_header
"
|
$as_tr_sh
`
ac_fn_c_check_header_compile
"
$LINENO
"
"
$ac_header
"
"
$as_ac_Header
"
"#include <sys/types.h>
#ifdef HAVE_ASM_TYPES_H
# include <asm/types.h>
#endif
...
...
@@ -5721,9 +5722,10 @@ do :
# include <linux/types.h>
#endif
"
if
test
"x
$ac_cv_header_linux_ipx_h
"
=
x
""
yes
;
then
:
eval
as_val
=
\$
$as_ac_Header
if
test
"x
$as_val
"
=
x
""
yes
;
then
:
cat
>>
confdefs.h
<<
_ACEOF
#define
HAVE_LINUX_IPX_H
1
#define
`
$as_echo
"HAVE_
$ac_header
" |
$as_tr_cpp
`
1
_ACEOF
fi
...
...
configure.ac
View file @
0ce420de
...
...
@@ -479,7 +479,7 @@ AC_CHECK_HEADERS([netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netin
#include <netinet/tcp_timer.h>
#endif])
AC_CHECK_HEADERS([linux/ipx.h],,,
AC_CHECK_HEADERS([linux/ipx.h
linux/irda.h
],,,
[#include <sys/types.h>
#ifdef HAVE_ASM_TYPES_H
# include <asm/types.h>
...
...
include/config.h.in
View file @
0ce420de
...
...
@@ -396,6 +396,9 @@
/* Define to 1 if you have the <linux/ipx.h> header file. */
#undef HAVE_LINUX_IPX_H
/* Define to 1 if you have the <linux/irda.h> header file. */
#undef HAVE_LINUX_IRDA_H
/* Define to 1 if you have the <linux/joystick.h> header file. */
#undef HAVE_LINUX_JOYSTICK_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