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-03-04 10:04:55 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-03-04 10:04:55 +0300
commita536298c7bd1f525db97facab814a2906214ee7f (patch)
tree201ef9d639e1ff100684bf0a6781f59602418e35 /src/os/unix/ngx_process.h
parent5edf387f199efe5b67b2b81a00bc8404bea8365b (diff)
nginx-0.0.2-2004-03-04-10:04:55 import
Diffstat (limited to 'src/os/unix/ngx_process.h')
-rw-r--r--src/os/unix/ngx_process.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h
index bc68a054b..62c6b90c0 100644
--- a/src/os/unix/ngx_process.h
+++ b/src/os/unix/ngx_process.h
@@ -29,10 +29,6 @@ typedef struct {
} ngx_exec_ctx_t;
-#define NGX_PROCESS_SINGLE 0
-#define NGX_PROCESS_MASTER 1
-#define NGX_PROCESS_WORKER 2
-
#define NGX_MAX_PROCESSES 1024
#define NGX_PROCESS_NORESPAWN -1