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

Reid Spencer reid at x10sys.com
Sun Sep 5 09:41:22 PDT 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.26 -> 1.27
---
Log message:

Add HAS_U_INT64_T


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

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.26 llvm/include/llvm/Config/config.h.in:1.27
--- llvm/include/llvm/Config/config.h.in:1.26	Thu Sep  2 13:41:30 2004
+++ llvm/include/llvm/Config/config.h.in	Sun Sep  5 11:41:11 2004
@@ -164,6 +164,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if the system has the type `u_int64_t'. */
+#undef HAVE_U_INT64_T
+
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 






More information about the llvm-commits mailing list