Commit d35c0e87 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.

parent 3db11b98
......@@ -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 \
......
......@@ -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 \
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment