configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
This commit is contained in:
parent
3db11b98b7
commit
d35c0e87eb
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue