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:
authorJeffrey Stedfast <fejj@novell.com>2002-02-16 21:47:38 +0300
committerJeffrey Stedfast <fejj@novell.com>2002-02-16 21:47:38 +0300
commitad35083d69f98db2cd4ea30b2403a4b2f29fc387 (patch)
tree7938e32a360ef2f1d8c2b2959390be7dd0149583 /acconfig.h
parent4ff60e15f08d783d79f6e74a9dd8f396b4ea9df9 (diff)
2002-02-16 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Add checks for SOL_IP, SOL_TCP, IP_PKTINFO, IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. svn path=/trunk/mono/; revision=2444
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 324d1c735cc..a587674d14f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,5 +1,10 @@
#undef HAVE_INET_PTON
#undef HAVE_INET_ATON
+#undef HAVE_SOL_IP
+#undef HAVE_SOL_TCP
+#undef HAVE_IP_PKTINFO
+#undef HAVE_IP_ADD_MEMBERSHIP
+#undef HAVE_IP_DROP_MEMBERSHIP
#undef HAVE_PTHREAD
#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
#undef USE_MONO_MUTEX