From: Reid Spencer Date: Sun, 5 Sep 2004 16:41:11 +0000 (+0000) Subject: Add HAS_U_INT64_T X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f4a27947f5d7840df45ea9e757b88e6269bda5f;p=oota-llvm.git Add HAS_U_INT64_T git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16184 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 014380d7f83..765b3e100fe 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