aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 9c5c32012..26e866225 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -40,11 +40,7 @@
40/** 40/**
41 * We need pipe control only on WINDOWS 41 * We need pipe control only on WINDOWS
42 */ 42 */
43#if WINDOWS
44#define PIPE_CONTROL GNUNET_YES
45#else
46#define PIPE_CONTROL GNUNET_NO 43#define PIPE_CONTROL GNUNET_NO
47#endif
48 44
49 45
50/** 46/**