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

oldstable
Ken Thomases 2009-03-11 09:05:53 -05:00 committed by Alexandre Julliard
parent 3db11b98b7
commit d35c0e87eb
3 changed files with 12 additions and 0 deletions

4
configure vendored
View File

@ -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 \

View File

@ -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 \

View File

@ -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