aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-13 17:06:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-13 17:06:48 +0000
commit007c852f2e43e658cb2581a62c03cd0ccbfd08f4 (patch)
treeef607b90e766c66602b7b6aaa025960eee635a21 /src/include/platform.h
parentd1c8ff7199e0b992d7aad432319a2d5833b55dce (diff)
downloadgnunet-007c852f2e43e658cb2581a62c03cd0ccbfd08f4.tar.gz
gnunet-007c852f2e43e658cb2581a62c03cd0ccbfd08f4.zip
-move tcp session check into extra checks condition
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 385a0ffb5..57c6bdd6c 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -48,7 +48,10 @@
48#include <sys/types.h> 48#include <sys/types.h>
49#endif 49#endif
50 50
51#define ALLOW_EXTRA_CHECKS GNUNET_NO 51/**
52 * These may be expensive, but good for debugging...
53 */
54#define ALLOW_EXTRA_CHECKS GNUNET_YES
52 55
53/** 56/**
54 * For strptime (glibc2 needs this). 57 * For strptime (glibc2 needs this).