diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-01-31 13:22:21 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-01-31 13:22:21 +0000 |
commit | 19b433e509362c8d07f9c721b89ef60b341aa57e (patch) | |
tree | 14905c83da71742549fb61f81f2f42e626e1d05f | |
parent | 3ffd428d7ba9a10dd052ff515979a9ced1582964 (diff) |
- enable output to test on Os x
-rw-r--r-- | src/util/test_os_network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_os_network.c b/src/util/test_os_network.c index 3c3bc71980..0506689802 100644 --- a/src/util/test_os_network.c +++ b/src/util/test_os_network.c @@ -26,7 +26,7 @@ #include "gnunet_configuration_lib.h" #include "gnunet_os_lib.h" -#define VERBOSE 0 +#define VERBOSE /** * Check if the address we got is IPv4 or IPv6 loopback (which should |