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>2003-07-11 08:50:59 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-07-11 08:50:59 +0400
commita7f7fa878ce271af23bbb6e1586bae1273eb10d2 (patch)
tree31684f5316ff58e748bf588cde8dd41bb7249f94 /src/core/ngx_config.h
parentb8c367c7b9155857f1c068624aa059830db57fa8 (diff)
nginx-0.0.1-2003-07-11-08:50:59 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 807ca06dc..4d7f86d59 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -33,6 +33,19 @@
+#if !(WIN32)
+
+#define ngx_signal_helper(n) SIG##n
+#define ngx_signal_value(n) ngx_signal_helper(n)
+
+/* TODO: #ifndef */
+#define NGX_RESTART_SIGNAL HUP
+#define NGX_ROTATE_SIGNAL USR1
+
+#endif
+
+
+
/* TODO: platform specific: array[NGX_INVALID_ARRAY_INDEX] must cause SIGSEGV */
#define NGX_INVALID_ARRAY_INDEX 0x80000000