From 27728a48d661e9ee546cc95aae8fa52050eefb29 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sat, 12 Oct 2013 00:07:33 +0000 Subject: - change --enable-ll to --enable-supermuc - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC --- src/include/platform.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/platform.h') diff --git a/src/include/platform.h b/src/include/platform.h index e74427391..9d58427b9 100644 --- a/src/include/platform.h +++ b/src/include/platform.h @@ -266,4 +266,10 @@ atoll (const char *nptr); #define SOCKTYPE int #endif +#if ENABLE_SUPERMUC +#define GNUNET_TERM_SIG SIGUSR1 +#else +#define GNUNET_TERM_SIG SIGTERM +#endif + #endif -- cgit v1.2.3