aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-18 11:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-18 11:14:21 +0000
commitfd73bebd13b1fa00fec984da0ac12ba115ab03dc (patch)
tree0bd9f702dcd449374c39d8d1b101866d65e29247 /src/util
parent6d28178442af6e39014f8449e31512abe22d4f57 (diff)
downloadgnunet-fd73bebd13b1fa00fec984da0ac12ba115ab03dc.tar.gz
gnunet-fd73bebd13b1fa00fec984da0ac12ba115ab03dc.zip
linux-only
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 3e919219f..e56856229 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -782,7 +782,7 @@ GNUNET_CLIENT_service_test (const char *service,
782 } 782 }
783 783
784 if (0 == strcmp ("localhost", hostname) 784 if (0 == strcmp ("localhost", hostname)
785#if WINDOWS 785#if !LINUX
786 && 0 786 && 0
787#endif 787#endif
788 ) 788 )
@@ -816,7 +816,7 @@ GNUNET_CLIENT_service_test (const char *service,
816 } 816 }
817 817
818 if (0 == strcmp ("ip6-localhost", hostname) 818 if (0 == strcmp ("ip6-localhost", hostname)
819#if WINDOWS 819#if !LINUX
820 && 0 820 && 0
821#endif 821#endif
822 ) 822 )
@@ -851,7 +851,7 @@ GNUNET_CLIENT_service_test (const char *service,
851 851
852 if (((0 == strcmp ("localhost", hostname)) || 852 if (((0 == strcmp ("localhost", hostname)) ||
853 (0 == strcmp ("ip6-localhost", hostname))) 853 (0 == strcmp ("ip6-localhost", hostname)))
854#if WINDOWS 854#if !LINUX
855 && 0 855 && 0
856#endif 856#endif
857 ) 857 )