Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.68 -> 1.69
---
Log message:

Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h
header file on Darwin. 


---
Diffs of the changes:  (+3 -0)

 config.h.in |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.68 
llvm/include/llvm/Config/config.h.in:1.69
--- llvm/include/llvm/Config/config.h.in:1.68   Fri Aug  4 13:18:08 2006
+++ llvm/include/llvm/Config/config.h.in        Thu Sep 14 01:17:20 2006
@@ -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
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to