diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-05 16:41:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-05 16:41:11 +0000 |
commit | 1f4a27947f5d7840df45ea9e757b88e6269bda5f (patch) | |
tree | 49249d97a4e8cf05493f80c98ad8f5c7dcf2c7bb | |
parent | 5f8c6b2546c4c21fd93abef932f188aab11f718e (diff) |
Add HAS_U_INT64_T
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16184 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 014380d7f8..765b3e100f 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 |