diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-09-14 06:17:21 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-09-14 06:17:21 +0000 |
commit | a6d990a73f5ce41c6ce53d940f807621ecb4d260 (patch) | |
tree | 1dafa04b7922a103f677941fdc1bb21deaffa25f /include/llvm | |
parent | 43f249adb711b7f05f16c8be1549323ccff21a50 (diff) |
Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h
header file on Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 705e8558e1..0c12b1d5ed 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -200,6 +200,9 @@ /* Define if lt_dlopen() is available on this platform */ #undef HAVE_LT_DLOPEN +/* 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.h> header file. */ #undef HAVE_MACH_O_DYLD_H |