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
d35c0e87
Commit
d35c0e87
authored
Mar 11, 2009
by
Ken Thomases
Committed by
Alexandre Julliard
Mar 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
parent
3db11b98
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
configure
configure
+4
-0
configure.ac
configure.ac
+2
-0
config.h.in
include/config.h.in
+6
-0
No files found.
configure
View file @
d35c0e87
...
...
@@ -6092,6 +6092,8 @@ done
for
ac_header
in
\
AudioUnit/AudioUnit.h
\
Carbon/Carbon.h
\
...
...
@@ -6137,6 +6139,8 @@ for ac_header in \
linux/serial.h
\
linux/types.h
\
linux/ucdrom.h
\
mach-o/dyld_images.h
\
mach-o/nlist.h
\
mach/mach.h
\
mach/machine.h
\
machine/cpu.h
\
...
...
configure.ac
View file @
d35c0e87
...
...
@@ -315,6 +315,8 @@ AC_CHECK_HEADERS(\
linux/serial.h \
linux/types.h \
linux/ucdrom.h \
mach-o/dyld_images.h \
mach-o/nlist.h \
mach/mach.h \
mach/machine.h \
machine/cpu.h \
...
...
include/config.h.in
View file @
d35c0e87
...
...
@@ -432,6 +432,12 @@
/* Define to 1 if you have the <mach/mach.h> header file. */
#undef HAVE_MACH_MACH_H
/* Define to 1 if you have the <mach-o/dyld_images.h> header file. */
#undef HAVE_MACH_O_DYLD_IMAGES_H
/* Define to 1 if you have the <mach-o/nlist.h> header file. */
#undef HAVE_MACH_O_NLIST_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