summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-09-02 18:41:30 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-09-02 18:41:30 +0000
commit61905ce599f8cc890430710f0cc8ca6009efc409 (patch)
tree046c6b098373e9cc91a13cb02bbffbcd29595ace /include
parent82b4955f96035e4c29a2d477dbf3d8cf6dc1bf28 (diff)
downloadllvm-61905ce599f8cc890430710f0cc8ca6009efc409.tar.gz
llvm-61905ce599f8cc890430710f0cc8ca6009efc409.tar.bz2
llvm-61905ce599f8cc890430710f0cc8ca6009efc409.tar.xz
Added u_int64_t because some systems use that instead of uint64_t.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index c3046d22d0..014380d7f8 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -158,6 +158,9 @@
/* Define to 1 if the system has the type `uint64_t'. */
#undef HAVE_UINT64_T
+/* Define to 1 if the system has the type `u_int64_t'. */
+#undef HAVE_U_INT64_T
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H