nginx/src/core/nginx.h

18 lines
244 B
C
Raw Normal View History

/*
* Copyright (C) Igor Sysoev
*/
#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_
#define NGINX_VER "nginx/0.1.43"
2004-03-09 13:47:07 -06:00
#define NGINX_VAR "NGINX"
2004-05-18 15:28:54 -05:00
#define NGX_NEWPID_EXT ".newbin"
2002-12-15 00:25:09 -06:00
#endif /* _NGINX_H_INCLUDED_ */