aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-02 22:10:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-02 22:10:55 +0000
commit3db319d5d3ce6510eb344a7d3c0ba10df8457443 (patch)
tree65b341e4277db281c2cbf475b1a07907ec2d2c7d /src/include/platform.h
parentb4c19b093ea1b69dd479d0f8d06bbd7df74684bd (diff)
downloadgnunet-3db319d5d3ce6510eb344a7d3c0ba10df8457443.tar.gz
gnunet-3db319d5d3ce6510eb344a7d3c0ba10df8457443.zip
-disable extra checks by default
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index c44f67f67..b23f2ba2c 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -48,7 +48,7 @@
48#include <sys/types.h> 48#include <sys/types.h>
49#endif 49#endif
50 50
51#define ALLOW_EXTRA_CHECKS GNUNET_YES 51#define ALLOW_EXTRA_CHECKS GNUNET_NO
52 52
53/** 53/**
54 * For strptime (glibc2 needs this). 54 * For strptime (glibc2 needs this).