Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 22 Sep 2004 15:32:08 +0000 (15:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 22 Sep 2004 15:32:08 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16480 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index 478de7d55471cf58ce12263abebc1f0b1740d729..82ae2d2fb26096865769d5bd5dc237c112057e60 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
 
 #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. */