From b1076e0a9e56e0f65214093a0842db82dbef0ca2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Nov 2001 23:21:31 +0000 Subject: in_addr_t added --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acconfig.h b/acconfig.h index acf11d59a..8eb303265 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 -- cgit v1.2.3