summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-22 15:32:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-22 15:32:08 +0000
commit358e6855978b53c98b9d315966a93502e5feece3 (patch)
treec58b37fef95a053213ff0b8f1356a83c9abb9e6d /include
parent023f212f3c75b3e0660e4af1a126f029c8ca97fa (diff)
downloadllvm-358e6855978b53c98b9d315966a93502e5feece3.tar.gz
llvm-358e6855978b53c98b9d315966a93502e5feece3.tar.bz2
llvm-358e6855978b53c98b9d315966a93502e5feece3.tar.xz
Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 478de7d554..82ae2d2fb2 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -158,9 +158,6 @@
/* 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
@@ -219,11 +216,11 @@
#undef SHLIBEXT
/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise, it will be
+ direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */