aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-03 16:33:04 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-03 16:33:04 +0000
commit79e273456e735953ab93e7fdc573d3fdac2e14a6 (patch)
tree18eb32c2a97d60c5258268b673dc0ff504426b37 /src/include/platform.h
parenteaf94aa54ca60731906c6143289212836c3e2b48 (diff)
downloadgnunet-79e273456e735953ab93e7fdc573d3fdac2e14a6.tar.gz
gnunet-79e273456e735953ab93e7fdc573d3fdac2e14a6.zip
- do not use SIGUSR1 on SuperMUC
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 5591f2547..385a0ffb5 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -266,10 +266,9 @@ atoll (const char *nptr);
266#define SOCKTYPE int 266#define SOCKTYPE int
267#endif 267#endif
268 268
269#if ENABLE_SUPERMUC 269/**
270#define GNUNET_TERM_SIG SIGUSR1 270 * The termination signal
271#else 271 */
272#define GNUNET_TERM_SIG SIGTERM 272#define GNUNET_TERM_SIG SIGTERM
273#endif
274 273
275#endif 274#endif