aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-20 13:28:01 +0000
committerng0 <ng0@n0.is>2019-11-20 13:28:01 +0000
commit13226e828c6b7d56c77444afe159c1ccf008d62d (patch)
tree012f078ef372530f02e2ff04e7b8e2cd0149c9e4 /src/transport/plugin_transport_tcp.c
parent522a4b35a04b2bc8f50b25db8b9a30ef4ab9d9e2 (diff)
downloadgnunet-13226e828c6b7d56c77444afe159c1ccf008d62d.tar.gz
gnunet-13226e828c6b7d56c77444afe159c1ccf008d62d.zip
follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:
use __linux__ instead of redefined LINUX.
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index ad0766af9..4cec181b0 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1166,7 +1166,7 @@ get_server_addresses (const char *service_name,
1166 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath); 1166 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath);
1167 LOG (GNUNET_ERROR_TYPE_INFO, _ ("Using `%s' instead\n"), unixpath); 1167 LOG (GNUNET_ERROR_TYPE_INFO, _ ("Using `%s' instead\n"), unixpath);
1168 } 1168 }
1169#ifdef LINUX 1169#ifdef __linux__
1170 abstract = GNUNET_CONFIGURATION_get_value_yesno (cfg, 1170 abstract = GNUNET_CONFIGURATION_get_value_yesno (cfg,
1171 "TESTING", 1171 "TESTING",
1172 "USE_ABSTRACT_SOCKETS"); 1172 "USE_ABSTRACT_SOCKETS");