From: Kim F. Storm Date: Tue, 19 Mar 2002 12:03:42 +0000 (+0000) Subject: (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) X-Git-Tag: ttn-vms-21-2-B4~16081 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7;p=emacs.git (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce . --- 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