Added a check for u_int64_t, which is used by Interix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2004-09-02 18:44:44 +00:00
parent 61905ce599
commit 679ff31e93
2 changed files with 858 additions and 2004 deletions

View File

@ -316,6 +316,7 @@ AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_TYPES([int64_t],,AC_MSG_ERROR([Type int64_t required but not found]))
AC_CHECK_TYPES([uint64_t],,AC_MSG_ERROR([Type uint64_t required but not found]))
AC_CHECK_TYPES([u_int64_t])
AC_HEADER_TIME
AC_STRUCT_TM

2861
configure vendored

File diff suppressed because it is too large Load Diff