From 1f4a27947f5d7840df45ea9e757b88e6269bda5f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Sep 2004 16:41:11 +0000 Subject: Add HAS_U_INT64_T git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16184 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/llvm/Config') 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 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 header file. */ #undef HAVE_WINDOWS_H -- cgit v1.1