blob: 94d678fd2fd43a52484717fae404a7004a28dc65 [file] [log] [blame]
Igor Sysoev6de5c2c2002-08-06 16:39:45 +00001#ifndef _NGINX_H_INCLUDED_
2#define _NGINX_H_INCLUDED_
3
4
Igor Sysoeve0af1b82002-08-16 15:27:03 +00005#define NGINX_VER "nginx/0.0.1"
Igor Sysoev6de5c2c2002-08-06 16:39:45 +00006
7
Igor Sysoev42feecb2002-12-15 06:25:09 +00008extern int ngx_connection_counter;
9
10
Igor Sysoev6de5c2c2002-08-06 16:39:45 +000011#endif /* _NGINX_H_INCLUDED_ */