- key generation for secretsharing
[oweals/gnunet.git] / src / include / platform.h
index e7442739182530f6e2b506332cf37ca992d3c849..385a0ffb534bb679f4faca502d1c147c2b6084cd 100644 (file)
@@ -54,7 +54,7 @@
  * For strptime (glibc2 needs this).
  */
 #ifndef _XOPEN_SOURCE
-#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE 499
 #endif
 
 #ifndef _REENTRANT
@@ -266,4 +266,9 @@ atoll (const char *nptr);
 #define SOCKTYPE int
 #endif
 
+/**
+ * The termination signal
+ */
+#define GNUNET_TERM_SIG SIGTERM
+
 #endif