From fba7f7c2067d6d597d1305fbc5711d9ed3f40c17 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 15 Apr 2002 08:29:08 +0000 Subject: oops, forgot to commit this last time svn path=/trunk/; revision=16472 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 45fe798c4f..5e1b0b0a41 100644 --- a/acconfig.h +++ b/acconfig.h @@ -42,3 +42,6 @@ /* Define if gethostbyname_r takes five arguments */ #undef GETHOSTBYNAME_R_FIVE_ARGS + +/* Define to `int' if your system doesn't have `socklen_t'. */ +#undef socklen_t -- cgit