view src/core/nginx.h @ 2337:3983e673cd40

ngx_reset_pool()
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Nov 2008 14:25:20 +0000
parents 8f77ba626ead
children 58c6a9ca7816
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.23"
#define NGINX_VER          "nginx/" NGINX_VERSION

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */