From f9894f4ebcbe863c5075d411585dbca75311d427 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 27 Aug 2008 00:25:02 +0000 Subject: Don't abort configuration if recvfrom() is not available. --- lib/setup_once.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/setup_once.h b/lib/setup_once.h index 82d74e72f..90c5de14f 100644 --- a/lib/setup_once.h +++ b/lib/setup_once.h @@ -198,6 +198,7 @@ struct timeval { #endif /* HAVE_SEND */ +#if 0 #if defined(HAVE_RECVFROM) /* * Currently recvfrom is only used on udp sockets. @@ -234,6 +235,7 @@ struct timeval { #else # define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6 #endif +#endif /* if 0 */ /* -- cgit v1.2.3