aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-03-19 12:03:42 +0000
committerKim F. Storm2002-03-19 12:03:42 +0000
commit89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7 (patch)
treef8447f960076fe57f7716eacfb283389ca19b516
parentc4aca2a37bdf62c677311520fe4dfd8701f8c96f (diff)
downloademacs-89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7.tar.gz
emacs-89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7.zip
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce <dponce@voila.fr>.
-rw-r--r--nt/config.nt9
1 files changed, 9 insertions, 0 deletions
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. */
242/* Standard Windows strftime does not support POSIX.2 extensions. */ 242/* Standard Windows strftime does not support POSIX.2 extensions. */
243#define STRFTIME_NO_POSIX2 1 243#define STRFTIME_NO_POSIX2 1
244 244
245#define HAVE_SENDTO 1
246#define HAVE_RECVFROM 1
247#define HAVE_GETSOCKOPT 1
248#define HAVE_SETSOCKOPT 1
249#define HAVE_GETSOCKNAME 1
250#define HAVE_GETPEERNAME 1
251/* Local (unix) sockets are not supported. */
252#undef HAVE_SYS_UN_H
253
245#define LOCALTIME_CACHE 254#define LOCALTIME_CACHE
246#undef HAVE_INET_SOCKETS 255#undef HAVE_INET_SOCKETS
247 256