Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
nginx.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) Igor Sysoev
4  * Copyright (C) Nginx, Inc.
5  */
6 
7 
8 #ifndef _NGINX_H_INCLUDED_
9 #define _NGINX_H_INCLUDED_
10 
11 
12 #define nginx_version 1004002
13 #define NGINX_VERSION "1.4.2"
14 #define NGINX_VER "nginx/" NGINX_VERSION
15 
16 #define NGINX_VAR "NGINX"
17 #define NGX_OLDPID_EXT ".oldbin"
18 
19 
20 #endif /* _NGINX_H_INCLUDED_ */