mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 06:14:42 +00:00
GC HAVE_MACH_O_DYLD_H.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe86503537
commit
04e8656779
@ -77,7 +77,6 @@ check_symbol_exists(FE_ALL_EXCEPT "fenv.h" HAVE_DECL_FE_ALL_EXCEPT)
|
||||
check_symbol_exists(FE_INEXACT "fenv.h" HAVE_DECL_FE_INEXACT)
|
||||
|
||||
check_include_file(mach/mach.h HAVE_MACH_MACH_H)
|
||||
check_include_file(mach-o/dyld.h HAVE_MACH_O_DYLD_H)
|
||||
check_include_file(histedit.h HAVE_HISTEDIT_H)
|
||||
|
||||
# library checks
|
||||
|
@ -160,9 +160,6 @@
|
||||
/* Define to 1 if you have the <mach/mach.h> header file. */
|
||||
#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
|
||||
|
||||
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
|
||||
#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
|
||||
|
||||
/* Define if mallinfo() is available on this platform. */
|
||||
#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user