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:
authorDick Porter <dick@acm.org>2003-06-10 21:02:25 +0400
committerDick Porter <dick@acm.org>2003-06-10 21:02:25 +0400
commit7cbf993629e4ea6ab36a7cafe04f049b2da1f7b6 (patch)
tree0ffd2434a9c6de98d377c3e4d67f08cf10b4fd27 /acconfig.h
parent3f2ec8f426b2a1ddfcc0438d61230f7e3f587b4a (diff)
2003-06-10 Dick Porter <dick@ximian.com>
* acconfig.h: * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't available. 2003-06-10 Dick Porter <dick@ximian.com> * socket-io.c: Don't assume that one of struct ip_mreqn or struct ip_mreq is available 2003-06-10 Dick Porter <dick@ximian.com> * atomic.c: Delete the useless compile warning svn path=/trunk/mono/; revision=15284
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 245fd85543e..8ece40f7c5e 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -5,6 +5,7 @@
#undef HAVE_SOL_TCP
#undef HAVE_IP_PKTINFO
#undef HAVE_STRUCT_IP_MREQN
+#undef HAVE_STRUCT_IP_MREQ
#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
#undef USE_MONO_MUTEX
#undef HAVE_LARGE_FILE_SUPPORT