Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Peterson <petersonjm1@gmail.com>2017-04-26 21:25:53 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-04-26 21:25:53 +0300
commit22b6b9581418260397b701c17b16c3eb55136de7 (patch)
tree1dd1ccfae126f7b291864ec37980566281043500 /winconfig.h
parent00ef68347f3de49fac282df5b2f53ce07af878fc (diff)
Define HAVE_STRUCT_SOCKADDR_IN6 on Windows (#4755)
This enables IPv6 support on Windows.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index 6a4873657aa..bc9c003c0ad 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -586,6 +586,9 @@
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
+/* Define to 1 if you have IPv6 support. */
+#define HAVE_STRUCT_SOCKADDR_IN6 1
+
/* Have a working sigaltstack */
/* #undef HAVE_WORKING_SIGALTSTACK */