From: John Criswell Date: Thu, 2 Sep 2004 18:41:30 +0000 (+0000) Subject: Added u_int64_t because some systems use that instead of uint64_t. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61905ce599f8cc890430710f0cc8ca6009efc409;p=oota-llvm.git 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 --- diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index c3046d22d00..014380d7f83 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 header file. */ #undef HAVE_UNISTD_H