linux-only
authorChristian Grothoff <christian@grothoff.org>
Sun, 18 Sep 2011 11:14:21 +0000 (11:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 18 Sep 2011 11:14:21 +0000 (11:14 +0000)
src/util/client.c

index 3e919219f9bc4576470f54411586597d0338da7b..e568562296274a61722d4c572c50032dd643a4f6 100644 (file)
@@ -782,7 +782,7 @@ GNUNET_CLIENT_service_test (const char *service,
   }
 
   if (0 == strcmp ("localhost", hostname)
-#if WINDOWS
+#if !LINUX
       && 0
 #endif
       )
@@ -816,7 +816,7 @@ GNUNET_CLIENT_service_test (const char *service,
   }
 
   if (0 == strcmp ("ip6-localhost", hostname)
-#if WINDOWS
+#if !LINUX
       && 0
 #endif
       )
@@ -851,7 +851,7 @@ GNUNET_CLIENT_service_test (const char *service,
 
   if (((0 == strcmp ("localhost", hostname)) ||
        (0 == strcmp ("ip6-localhost", hostname)))
-#if WINDOWS
+#if !LINUX
       && 0
 #endif
       )