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
b3ca48f3
Commit
b3ca48f3
authored
Dec 09, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Assume that sys/time.h is available on Unix.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a7ac3de3
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
8 additions
and
36 deletions
+8
-36
configure
configure
+1
-9
configure.ac
configure.ac
+1
-4
file.c
dlls/ntdll/unix/file.c
+1
-3
process.c
dlls/ntdll/unix/process.c
+1
-3
sync.c
dlls/ntdll/unix/sync.c
+1
-3
system.c
dlls/ntdll/unix/system.c
+1
-3
v4l.c
dlls/qcap/v4l.c
+0
-2
x11drv_main.c
dlls/winex11.drv/x11drv_main.c
+1
-3
unixlib.c
dlls/ws2_32/unixlib.c
+1
-3
config.h.in
include/config.h.in
+0
-3
No files found.
configure
View file @
b3ca48f3
...
...
@@ -8648,12 +8648,6 @@ then :
printf
"%s
\n
"
"#define HAVE_SYS_SYSINFO_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"sys/time.h"
"ac_cv_header_sys_time_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_sys_time_h
"
=
xyes
then
:
printf
"%s
\n
"
"#define HAVE_SYS_TIME_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"sys/timeout.h"
"ac_cv_header_sys_timeout_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_sys_timeout_h
"
=
xyes
then
:
...
...
@@ -9485,9 +9479,7 @@ then :
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"linux/videodev2.h"
"ac_cv_header_linux_videodev2_h"
"#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
ac_fn_c_check_header_compile
"
$LINENO
"
"linux/videodev2.h"
"ac_cv_header_linux_videodev2_h"
"#include <sys/time.h>
#include <sys/types.h>
#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
...
...
configure.ac
View file @
b3ca48f3
...
...
@@ -500,7 +500,6 @@ AC_CHECK_HEADERS(\
sys/strtio.h \
sys/syscall.h \
sys/sysinfo.h \
sys/time.h \
sys/timeout.h \
sys/times.h \
sys/uio.h \
...
...
@@ -643,9 +642,7 @@ AC_CHECK_HEADERS([pthread_np.h],,,
#endif])
AC_CHECK_HEADERS([linux/videodev2.h],,,
[#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
[#include <sys/time.h>
#include <sys/types.h>
#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
...
...
dlls/ntdll/unix/file.c
View file @
b3ca48f3
...
...
@@ -49,9 +49,7 @@
# include <sys/syscall.h>
#endif
#include <sys/socket.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/time.h>
#ifdef HAVE_SYS_ATTR_H
#include <sys/attr.h>
#endif
...
...
dlls/ntdll/unix/process.c
View file @
b3ca48f3
...
...
@@ -34,9 +34,7 @@
#include <string.h>
#include <time.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/time.h>
#ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>
#endif
...
...
dlls/ntdll/unix/sync.c
View file @
b3ca48f3
...
...
@@ -37,9 +37,7 @@
#ifdef HAVE_SYS_SYSCALL_H
#include <sys/syscall.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/time.h>
#include <poll.h>
#include <unistd.h>
#ifdef HAVE_SCHED_H
...
...
dlls/ntdll/unix/system.c
View file @
b3ca48f3
...
...
@@ -33,9 +33,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/time.h>
#include <time.h>
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
...
...
dlls/qcap/v4l.c
View file @
b3ca48f3
...
...
@@ -37,9 +37,7 @@
#endif
#include <sys/mman.h>
#include <errno.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
#endif
...
...
dlls/winex11.drv/x11drv_main.c
View file @
b3ca48f3
...
...
@@ -26,9 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/time.h>
#include <unistd.h>
#include <dlfcn.h>
#include <X11/cursorfont.h>
...
...
dlls/ws2_32/unixlib.c
View file @
b3ca48f3
...
...
@@ -33,6 +33,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif
...
...
@@ -62,9 +63,6 @@
# include <ifaddrs.h>
#endif
#include <poll.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_NETIPX_IPX_H
# include <netipx/ipx.h>
...
...
include/config.h.in
View file @
b3ca48f3
...
...
@@ -712,9 +712,6 @@
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_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