diff options
author | Kim F. Storm <storm@cua.dk> | 2002-03-19 12:03:42 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-03-19 12:03:42 +0000 |
commit | 89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7 (patch) | |
tree | f8447f960076fe57f7716eacfb283389ca19b516 /nt | |
parent | c4aca2a37bdf62c677311520fe4dfd8701f8c96f (diff) | |
download | emacs-89440542c3c6ce1239f9e728e1c0b0f0db8bcdf7.tar.gz |
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
(HAVE_SYS_UN_H): Undef.
From David Ponce <dponce@voila.fr>.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/config.nt | 9 |
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. */ /* 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 |