[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Reid Spencer reid at x10sys.com
Wed Sep 13 23:17:38 PDT 2006



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
 






More information about the llvm-commits mailing list