diff options
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index c3046d2..014380d 100644 --- 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 |