comparison src/core/nginx.h @ 2:ffffe1499bce

nginx-0.0.1-2002-08-16-19:27:03 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Aug 2002 15:27:03 +0000
parents 4eff17414a43
children 53cb81681040
comparison
equal deleted inserted replaced
1:d220029ac7f3 2:ffffe1499bce
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 extern char *gx_root; 5 #define NGINX_VER "nginx/0.0.1"
6 6
7 7
8 #endif /* _NGINX_H_INCLUDED_ */ 8 #endif /* _NGINX_H_INCLUDED_ */