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-01-22 20:10:46 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-01-22 20:10:46 +0300
commit54c80845ea1240336dc0c91ac0961687b6122789 (patch)
treeb5dc87159b54981fe4c5a861a507acc16139bc26 /src/core/ngx_config.h
parentd8e1f07a93c014d57b7be0fd24fbee1978c95451 (diff)
nginx-0.0.1-2004-01-22-20:10:46 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index a1c93242e..774bac033 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -50,6 +50,9 @@ typedef int ngx_flag_t;
/* STUB: autoconf */
#define PTR_FMT "%08X"
+/* STUB: autoconf */
+#define ngx_setproctitle setproctitle
+
#include <ngx_auto_config.h>