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
9645beb5
Commit
9645beb5
authored
Nov 22, 2022
by
Brendan Shanks
Committed by
Alexandre Julliard
Dec 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove check for IOKit (always present on macOS).
parent
ab8103e0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
15 deletions
+3
-15
configure
configure
+0
-6
configure.ac
configure.ac
+0
-1
cdrom.c
dlls/ntdll/unix/cdrom.c
+1
-1
system.c
dlls/ntdll/unix/system.c
+2
-4
config.h.in
include/config.h.in
+0
-3
No files found.
configure
View file @
9645beb5
...
...
@@ -7856,12 +7856,6 @@ then :
printf
"%s
\n
"
"#define HAVE_EGL_EGL_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"IOKit/IOKitLib.h"
"ac_cv_header_IOKit_IOKitLib_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_IOKit_IOKitLib_h
"
=
xyes
then
:
printf
"%s
\n
"
"#define HAVE_IOKIT_IOKITLIB_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"OpenCL/opencl.h"
"ac_cv_header_OpenCL_opencl_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_OpenCL_opencl_h
"
=
xyes
then
:
...
...
configure.ac
View file @
9645beb5
...
...
@@ -408,7 +408,6 @@ AC_CHECK_HEADERS(\
AL/al.h \
CL/cl.h \
EGL/egl.h \
IOKit/IOKitLib.h \
OpenCL/opencl.h \
Security/Security.h \
SystemConfiguration/SCDynamicStoreCopyDHCPInfo.h \
...
...
dlls/ntdll/unix/cdrom.c
View file @
9645beb5
...
...
@@ -75,7 +75,7 @@
# include <sys/scsiio.h>
#endif
#ifdef
HAVE_IOKIT_IOKITLIB_H
#ifdef
__APPLE__
# include <libkern/OSByteOrder.h>
# include <sys/disk.h>
# include <IOKit/IOKitLib.h>
...
...
dlls/ntdll/unix/system.c
View file @
9645beb5
...
...
@@ -54,14 +54,12 @@
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
#endif
#ifdef
HAVE_IOKIT_IOKITLIB_H
#ifdef
__APPLE__
# include <CoreFoundation/CoreFoundation.h>
# include <IOKit/IOKitLib.h>
# include <IOKit/pwr_mgt/IOPM.h>
# include <IOKit/pwr_mgt/IOPMLib.h>
# include <IOKit/ps/IOPowerSources.h>
#endif
#ifdef __APPLE__
# include <mach/mach.h>
# include <mach/machine.h>
# include <mach/mach_init.h>
...
...
@@ -3484,7 +3482,7 @@ static NTSTATUS fill_battery_state( SYSTEM_BATTERY_STATE *bs )
return
STATUS_SUCCESS
;
}
#elif defined(
HAVE_IOKIT_IOKITLIB_H
)
#elif defined(
__APPLE__
)
static
NTSTATUS
fill_battery_state
(
SYSTEM_BATTERY_STATE
*
bs
)
{
...
...
include/config.h.in
View file @
9645beb5
...
...
@@ -111,9 +111,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <IOKit/IOKitLib.h> header file. */
#undef HAVE_IOKIT_IOKITLIB_H
/* Define to 1 if you have the `kqueue' function. */
#undef HAVE_KQUEUE
...
...
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