From 578783e6bfb3cb81a63aa580f5641af010d73c72 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 23 Sep 2000 14:12:24 +1100 Subject: - (djm) Seperate tests for int64_t and u_int64_t types --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index e129ef33c..1b860d66d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -207,6 +207,8 @@ #undef HAVE_INTXX_T #undef HAVE_U_INTXX_T #undef HAVE_UINTXX_T +#undef HAVE_INT64_T +#undef HAVE_U_INT64_T #undef HAVE_SOCKLEN_T #undef HAVE_SIZE_T #undef HAVE_SSIZE_T -- cgit v1.2.3