Mercurial > emacs
changeset 44023:1c75e6151418
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
(HAVE_SYS_UN_H): Undef.
From David Ponce <dponce@voila.fr>.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 19 Mar 2002 12:03:42 +0000 |
parents | 17bf646199a1 |
children | 9aa89e5dbf15 |
files | nt/config.nt |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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