# HG changeset patch # User Kim F. Storm # Date 1016539422 0 # Node ID 1c75e6151418d24c56f06cc6dd3f4001227da50e # Parent 17bf646199a188b4175591fe118db941c44985ac (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce . diff -r 17bf646199a1 -r 1c75e6151418 nt/config.nt --- a/nt/config.nt Tue Mar 19 12:01:09 2002 +0000 +++ b/nt/config.nt Tue Mar 19 12:03:42 2002 +0000 @@ -242,6 +242,15 @@ /* 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