mirror of
https://github.com/nginx/nginx.git
synced 2024-12-17 06:57:47 +08:00
9 lines
112 B
C
9 lines
112 B
C
|
#ifndef _NGINX_H_INCLUDED_
|
||
|
#define _NGINX_H_INCLUDED_
|
||
|
|
||
|
|
||
|
extern char *gx_root;
|
||
|
|
||
|
|
||
|
#endif /* _NGINX_H_INCLUDED_ */
|