about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits/in.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-20 07:41:51 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-20 07:41:51 +0000
commitd8433bd075f7384e5d34940b0da89d8a1a8aab5d (patch)
tree39e72f2af75378d19ee1e00a94c1884e997f120e /sysdeps/unix/sysv/linux/bits/in.h
parent706827351281dd853b52f8f108a6d94154cbd383 (diff)
downloadglibc-d8433bd075f7384e5d34940b0da89d8a1a8aab5d.tar.gz
glibc-d8433bd075f7384e5d34940b0da89d8a1a8aab5d.tar.xz
glibc-d8433bd075f7384e5d34940b0da89d8a1a8aab5d.zip
Update.
	Define MCAST_INCLUDE and MCAST_EXCLUDE.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/in.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index 88cc125b4d..5842c7c873 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -51,6 +51,8 @@
 #define MCAST_LEAVE_SOURCE_GROUP 47
 #define MCAST_MSFILTER 48
 
+#define MCAST_EXCLUDE   0
+#define MCAST_INCLUDE   1
 
 #define IP_ROUTER_ALERT    5	/* bool */
 #define IP_PKTINFO         8	/* bool */