emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/config.nt


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/nt/config.nt
Date: Tue, 19 Mar 2002 07:03:42 -0500

Index: emacs/nt/config.nt
diff -c emacs/nt/config.nt:1.15 emacs/nt/config.nt:1.16
*** emacs/nt/config.nt:1.15     Wed Mar 13 18:04:39 2002
--- emacs/nt/config.nt  Tue Mar 19 07:03:42 2002
***************
*** 242,247 ****
--- 242,256 ----
  /* 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
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]