Added u_int64_t because some systems use that instead of uint64_t.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 2 Sep 2004 18:41:30 +0000 (18:41 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 2 Sep 2004 18:41:30 +0000 (18:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16144 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index c3046d22d00a29dfa06770e223f0f28a2f67549e..014380d7f83c7c268387c9fa59435a54ab456e2d 100644 (file)
 /* 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 <unistd.h> header file. */
 #undef HAVE_UNISTD_H