comparison src/core/nginx.h @ 405:e2452dd9c087

nginx-0.0.10-2004-08-23-19:37:10 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Aug 2004 15:37:10 +0000
parents b32ca005e025
children 5e73d0ea4dab
comparison
equal deleted inserted replaced
404:37b5381fb6d8 405:e2452dd9c087
1 #ifndef _NGINX_H_INCLUDED_ 1 #ifndef _NGINX_H_INCLUDED_
2 #define _NGINX_H_INCLUDED_ 2 #define _NGINX_H_INCLUDED_
3 3
4 4
5 #define NGINX_VER "nginx/0.0.9" 5 #define NGINX_VER "nginx/0.0.10"
6 6
7 #define NGINX_VAR "NGINX" 7 #define NGINX_VAR "NGINX"
8 #define NGX_NEWPID_EXT ".newbin" 8 #define NGX_NEWPID_EXT ".newbin"
9 9
10 10