Don't abort configuration if recvfrom() is not available.

This commit is contained in:
Yang Tse 2008-08-27 00:25:02 +00:00
parent 74d3b80d70
commit f9894f4ebc
4 changed files with 40 additions and 25 deletions

View file

@ -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 */
/*