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
64c07786
Commit
64c07786
authored
May 18, 2005
by
Emmanuel Maillard
Committed by
Alexandre Julliard
May 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Darwin 8.0 specific headers.
parent
f624b48f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
0 deletions
+18
-0
configure
configure
+4
-0
configure.ac
configure.ac
+2
-0
cpu.c
dlls/kernel/cpu.c
+3
-0
time.c
dlls/kernel/time.c
+3
-0
config.h.in
include/config.h.in
+6
-0
No files found.
configure
View file @
64c07786
...
...
@@ -7099,6 +7099,8 @@ done
for
ac_header
in
\
arpa/inet.h
\
arpa/nameser.h
\
...
...
@@ -7127,7 +7129,9 @@ for ac_header in \
linux/param.h
\
linux/serial.h
\
linux/ucdrom.h
\
mach/machine.h
\
machine/cpu.h
\
machine/limits.h
\
mntent.h
\
netdb.h
\
netinet/in.h
\
...
...
configure.ac
View file @
64c07786
...
...
@@ -188,7 +188,9 @@ AC_CHECK_HEADERS(\
linux/param.h \
linux/serial.h \
linux/ucdrom.h \
mach/machine.h \
machine/cpu.h \
machine/limits.h \
mntent.h \
netdb.h \
netinet/in.h \
...
...
dlls/kernel/cpu.c
View file @
64c07786
...
...
@@ -31,6 +31,9 @@
#ifdef HAVE_MACHINE_CPU_H
# include <machine/cpu.h>
#endif
#ifdef HAVE_MACH_MACHINE_H
# include <mach/machine.h>
#endif
#include <ctype.h>
#include <string.h>
...
...
dlls/kernel/time.c
View file @
64c07786
...
...
@@ -33,6 +33,9 @@
#ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>
#endif
#ifdef HAVE_MACHINE_LIMITS_H
#include <machine/limits.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
...
...
include/config.h.in
View file @
64c07786
...
...
@@ -353,9 +353,15 @@
/* Define to 1 if you have the <machine/cpu.h> header file. */
#undef HAVE_MACHINE_CPU_H
/* Define to 1 if you have the <machine/limits.h> header file. */
#undef HAVE_MACHINE_LIMITS_H
/* Define to 1 if you have the <machine/soundcard.h> header file. */
#undef HAVE_MACHINE_SOUNDCARD_H
/* Define to 1 if you have the <mach/machine.h> header file. */
#undef HAVE_MACH_MACHINE_H
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
...
...
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