aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-05 16:41:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-05 16:41:11 +0000
commit1f4a27947f5d7840df45ea9e757b88e6269bda5f (patch)
tree49249d97a4e8cf05493f80c98ad8f5c7dcf2c7bb /include/llvm/Config
parent5f8c6b2546c4c21fd93abef932f188aab11f718e (diff)
downloadexternal_llvm-1f4a27947f5d7840df45ea9e757b88e6269bda5f.zip
external_llvm-1f4a27947f5d7840df45ea9e757b88e6269bda5f.tar.gz
external_llvm-1f4a27947f5d7840df45ea9e757b88e6269bda5f.tar.bz2
Add HAS_U_INT64_T
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-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 014380d..765b3e1 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -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