aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-08 21:02:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-01-08 21:02:06 +0000
commitf2954c3e31ae45e560ddb9a7b4fa57fb9cbb47fa (patch)
tree6b3cbe3864ce23983f093d91f129e436f4156f2e /src/core/ngx_config.h
parentf067799bffb5ed5b0a9b11c193f21dafcb6cfe60 (diff)
downloadnginx-f2954c3e31ae45e560ddb9a7b4fa57fb9cbb47fa.tar.gz
nginx-f2954c3e31ae45e560ddb9a7b4fa57fb9cbb47fa.zip
nginx-0.0.1-2004-01-09-00:02:06 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index e0e29fba5..33cf76921 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -63,11 +63,11 @@ typedef u_int ngx_uint_t;
#define ngx_signal_value(n) ngx_signal_helper(n)
/* TODO: #ifndef */
-#define NGX_RECONFIGURE_SIGNAL HUP
-#define NGX_REOPEN_SIGNAL USR1
#define NGX_SHUTDOWN_SIGNAL QUIT
#define NGX_TERMINATE_SIGNAL TERM
-#define NGX_INTERRUPT_SIGNAL INT
+#define NGX_PAUSE_SIGNAL INT
+#define NGX_RECONFIGURE_SIGNAL HUP
+#define NGX_REOPEN_SIGNAL USR1
#define NGX_CHANGEBIN_SIGNAL USR2
#endif