Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-07 23:48:31 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-07 23:48:31 +0400
commit8e811c11b96bafca446404c6256d8edbb01900b0 (patch)
treed5d1c81259b76c997da6635192eb33b9dfc6048e /src/core/ngx_config.h
parent2b97993c7a6525bf41c694414450943d39605757 (diff)
nginx-0.0.7-2004-07-07-23:48:31 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index a6e5b092a..6e381f50d 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -41,8 +41,14 @@
#define NGX_TERMINATE_SIGNAL TERM
#define NGX_NOACCEPT_SIGNAL WINCH
#define NGX_RECONFIGURE_SIGNAL HUP
+
+#if (NGX_LINUXTHREADS)
+#define NGX_REOPEN_SIGNAL INFO
+#define NGX_CHANGEBIN_SIGNAL XCPU
+#else
#define NGX_REOPEN_SIGNAL USR1
#define NGX_CHANGEBIN_SIGNAL USR2
+#endif
#endif