aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-12 00:07:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-12 00:07:33 +0000
commit27728a48d661e9ee546cc95aae8fa52050eefb29 (patch)
tree89450fc22b530dc592134ac18405180eeafe13b3 /src/include/platform.h
parent6d38e5b12b460d1d7f0a6eafe1410f7121e04002 (diff)
downloadgnunet-27728a48d661e9ee546cc95aae8fa52050eefb29.tar.gz
gnunet-27728a48d661e9ee546cc95aae8fa52050eefb29.zip
- change --enable-ll to --enable-supermuc
- define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h6
1 files changed, 6 insertions, 0 deletions
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);
266#define SOCKTYPE int 266#define SOCKTYPE int
267#endif 267#endif
268 268
269#if ENABLE_SUPERMUC
270#define GNUNET_TERM_SIG SIGUSR1
271#else
272#define GNUNET_TERM_SIG SIGTERM
273#endif
274
269#endif 275#endif