projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b4955
)
Added u_int64_t because some systems use that instead of uint64_t.
author
John Criswell
<criswell@uiuc.edu>
Thu, 2 Sep 2004 18:41:30 +0000
(18:41 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/include/llvm/Config/config.h.in
b/include/llvm/Config/config.h.in
index c3046d22d00a29dfa06770e223f0f28a2f67549e..014380d7f83c7c268387c9fa59435a54ab456e2d 100644
(file)
--- 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 <unistd.h> header file. */
#undef HAVE_UNISTD_H