nginx/src/core/nginx.h
2002-12-15 06:25:09 +00:00

12 lines
161 B
C

#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_
#define NGINX_VER "nginx/0.0.1"
extern int ngx_connection_counter;
#endif /* _NGINX_H_INCLUDED_ */