[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdelibs/kdecore
From:       Waldo Bastian <bastian () kde ! org>
Date:       2004-04-21 12:20:25
Message-ID: 20040421122025.A4B779A6B () office ! kde ! org
[Download RAW message or body]

CVS commit by waba: 

Make it possible to disable IPv6 by setting $KDE_NO_IPV6


  M +3 -1      netsupp.cpp   1.39.2.1


--- kdelibs/kdecore/netsupp.cpp  #1.39:1.39.2.1
@@ -189,4 +189,6 @@ static int check_ipv6_stack()
   return 2;                     // how can we check?
 # else
+  if (getenv("KDE_NO_IPV6"))
+     return 2;
   int fd = ::socket(AF_INET6, SOCK_STREAM, 0);
   if (fd == -1)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic