mirror of
https://github.com/nginx/nginx.git
synced 2024-12-13 02:39:00 +08:00
12 lines
161 B
C
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_ */
|