- key generation for secretsharing
[oweals/gnunet.git] / src / include / platform.h
index 5591f2547ea92ad8c1d696308c91ea4613e3adcd..385a0ffb534bb679f4faca502d1c147c2b6084cd 100644 (file)
@@ -266,10 +266,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