]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
iptv/udp: remove dead definitions
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Jun 2014 10:58:51 +0000 (12:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Jun 2014 10:58:51 +0000 (12:58 +0200)
src/input/mpegts/iptv/iptv_udp.c

index 8a72f5cc46a7e3db2fedee6177016b7b1810447a..801f444cbe201ee116b37ae725b025d7bca0835f 100644 (file)
 #include <assert.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
-#if defined(PLATFORM_LINUX)
-#include <linux/netdevice.h>
-#elif defined(PLATFORM_FREEBSD)
-#  include <netdb.h>
-#  include <net/if.h>
-#  ifndef IPV6_ADD_MEMBERSHIP
-#    define IPV6_ADD_MEMBERSHIP        IPV6_JOIN_GROUP
-#    define IPV6_DROP_MEMBERSHIP       IPV6_LEAVE_GROUP
-#  endif
-#endif
 
 
 /*