use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
[oweals/gnunet.git] / src / include / platform.h
index 9d58427b9ed8d0ca76a373ac5298ef2e3749d687..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,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