summaryrefslogtreecommitdiff
path: root/nt/config.nt
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-03-19 12:03:42 +0000
committerKim F. Storm <storm@cua.dk>2002-03-19 12:03:42 +0000
commit5c8e2ff3eaeb57c338eae929fbd4b58724f576b2 (patch)
tree310b11e7142721499eed5729d617892ad3de5472 /nt/config.nt
parent2e924674c9487e99462f59ff321a0c9c85217169 (diff)
downloademacs-5c8e2ff3eaeb57c338eae929fbd4b58724f576b2.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/config.nt')
-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. */
/* 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