From 89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 19 Mar 2002 12:03:42 +0000 Subject: [PATCH] (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce . --- nt/config.nt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nt/config.nt b/nt/config.nt index ec9a1bd1a0b..4f5a641c7b9 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -242,6 +242,15 @@ Boston, MA 02111-1307, USA. */ /* Standard Windows strftime does not support POSIX.2 extensions. */ #define STRFTIME_NO_POSIX2 1 +#define HAVE_SENDTO 1 +#define HAVE_RECVFROM 1 +#define HAVE_GETSOCKOPT 1 +#define HAVE_SETSOCKOPT 1 +#define HAVE_GETSOCKNAME 1 +#define HAVE_GETPEERNAME 1 +/* Local (unix) sockets are not supported. */ +#undef HAVE_SYS_UN_H + #define LOCALTIME_CACHE #undef HAVE_INET_SOCKETS -- 2.39.2