]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
Qt: seek slider simplifications
[vlc] / include / vlc_network.h
index 0a51a12ee3107d0ca4c83f87685519712938de4c..2f4a45d928f0f94dc00542af409ccb09ff44f301 100644 (file)
@@ -70,13 +70,21 @@ struct msghdr
 #   endif
 #   ifdef HAVE_ARPA_INET_H
 #      include <arpa/inet.h>
-#   elif defined( SYS_BEOS )
-#      include <net/netdb.h>
 #   endif
 #   include <netdb.h>
 #   define net_errno errno
 #endif
 
+#if defined( __SYMBIAN32__ )
+#   undef AF_INET6
+#   undef IN6_IS_ADDR_MULTICAST
+#   undef IPV6_V6ONLY
+#   undef IPV6_MULTICAST_HOPS
+#   undef IPV6_MULTICAST_IF
+#   undef IPV6_TCLASS
+#   undef IPV6_JOIN_GROUP
+#endif
+
 int vlc_socket (int, int, int, bool nonblock) LIBVLC_USED;
 
 struct sockaddr;