nginx-0.0.1-2004-01-09-00:02:06 import
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index e0e29fb..33cf769 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -63,11 +63,11 @@
#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