-code hygene
[oweals/gnunet.git] / src / include / platform.h
index 5591f2547ea92ad8c1d696308c91ea4613e3adcd..57c6bdd6cf2e31d0b18a9a6ccfc7ac28cc12a546 100644 (file)
 #include <sys/types.h>
 #endif
 
-#define ALLOW_EXTRA_CHECKS GNUNET_NO
+/**
+ * These may be expensive, but good for debugging...
+ */
+#define ALLOW_EXTRA_CHECKS GNUNET_YES
 
 /**
  * For strptime (glibc2 needs this).
@@ -266,10 +269,9 @@ atoll (const char *nptr);
 #define SOCKTYPE int
 #endif
 
-#if ENABLE_SUPERMUC
-#define GNUNET_TERM_SIG SIGUSR1
-#else
+/**
+ * The termination signal
+ */
 #define GNUNET_TERM_SIG SIGTERM
-#endif
 
 #endif