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:
authorJoão Matos <joao@tritao.eu>2015-01-15 19:20:27 +0300
committerJoão Matos <joao@tritao.eu>2015-01-15 19:21:48 +0300
commitd065c31a2464eb434562b8d58cf6fb0cce31aa91 (patch)
tree1198fd3b34bb7ebc3b2f5f03e3cef877105442b4 /winconfig.h
parente50db216105347a266d5b8c9790d8d266967a77e (diff)
[msvc] Fixed the build.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index 21cc0d506d7..376549ca538 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -179,6 +179,15 @@
/* Have gc.h */
/* #define HAVE_GC_H 1 */
+/* Define to 1 if you have the `getaddrinfo' function. */
+#define HAVE_GETADDRINFO 1
+
+/* Define to 1 if you have the `getnameinfo' function. */
+#define HAVE_GETNAMEINFO 1
+
+/* Define to 1 if you have the `getprotobyname' function. */
+#define HAVE_GETPROTOBYNAME 1
+
/* Define to 1 if you have the `getdomainname' function. */
/* #undef HAVE_GETDOMAINNAME */