Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zsolt Vadász
wine
Commits
d35c0e87
Commit
d35c0e87
authored
16 years ago
by
Ken Thomases
Committed by
Alexandre Julliard
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
parent
3db11b98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure
+4
-0
4 additions, 0 deletions
configure
configure.ac
+2
-0
2 additions, 0 deletions
configure.ac
include/config.h.in
+6
-0
6 additions, 0 deletions
include/config.h.in
with
12 additions
and
0 deletions
configure
+
4
−
0
View file @
d35c0e87
...
...
@@ -6089,6 +6089,8 @@ done
...
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
0
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 \
...
...
This diff is collapsed.
Click to expand it.
include/config.h.in
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment