aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-23 18:12:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-23 18:12:22 +0000
commitb38b47339b7c806432f251a566c857eb64c6e8cf (patch)
tree026f34cd672fab22a8453c5f3aee979609f507de /src/include/platform.h
parentcbaa6d6444ce82bea7761268ad61e9af477b2d42 (diff)
downloadgnunet-b38b47339b7c806432f251a566c857eb64c6e8cf.tar.gz
gnunet-b38b47339b7c806432f251a566c857eb64c6e8cf.zip
-introducing MDLL macros
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 8bd2e6706..912601dad 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -50,7 +50,7 @@
50#include <sys/types.h> 50#include <sys/types.h>
51#endif 51#endif
52 52
53#define ALLOW_EXTRA_CHECKS GNUNET_NO 53#define ALLOW_EXTRA_CHECKS GNUNET_YES
54 54
55/** 55/**
56 * For strptime (glibc2 needs this). 56 * For strptime (glibc2 needs this).