aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-09 19:17:18 +0000
committerng0 <ng0@n0.is>2019-09-09 19:17:18 +0000
commit483b0139a218a5f8a8311bda3eb23bcd88f57688 (patch)
treed9e7a0f5053cdaa1a720485b93e9927f08466958 /src/testing
parentec472b1aae122481f4f7e760e5242753eba9bf87 (diff)
downloadgnunet-483b0139a218a5f8a8311bda3eb23bcd88f57688.tar.gz
gnunet-483b0139a218a5f8a8311bda3eb23bcd88f57688.zip
Remove win32 and cygwin support
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/**