]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
authorKim F. Storm <storm@cua.dk>
Tue, 19 Mar 2002 12:03:42 +0000 (12:03 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 19 Mar 2002 12:03:42 +0000 (12:03 +0000)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
(HAVE_SYS_UN_H): Undef.
From David Ponce <dponce@voila.fr>.

nt/config.nt

index ec9a1bd1a0bfadda8b3b43993ec36c1d04201657..4f5a641c7b99d4d9b11f5d46b57c4420e8674897 100644 (file)
@@ -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