diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-29 13:02:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-29 13:02:09 +0000 |
commit | 1393325df8b1f530bf5c257fde39c26e8333d8d7 (patch) | |
tree | fa29f174c74ea518d2115bc069df3789c6e62622 /src/core/nginx.h | |
parent | 6253ca1b62c24bbac8c380d4ae64353b671ad7ef (diff) | |
download | nginx-1393325df8b1f530bf5c257fde39c26e8333d8d7.tar.gz nginx-1393325df8b1f530bf5c257fde39c26e8333d8d7.zip |
nginx-0.0.1-2003-05-29-17:02:09 import
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index df00addc1..3bc4bf586 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -2,7 +2,8 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.0.1" +#define NGINX_VER "nginx/0.0.1" +#define NGINX_CONF "nginx.conf" extern int ngx_max_module; |