From b1076e0a9e56e0f65214093a0842db82dbef0ca2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Nov 2001 23:21:31 +0000 Subject: [PATCH] in_addr_t added --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acconfig.h b/acconfig.h index acf11d59a6..8eb3032652 100644 --- a/acconfig.h +++ b/acconfig.h @@ -62,3 +62,5 @@ #undef HAVE_O_NONBLOCK #undef HAVE_DISABLED_NONBLOCKING +/* Define this to 'int' if in_addr_t is not an available typedefed type */ +#undef in_addr_t -- 2.47.3