view src/core/nginx.h @ 3741:0f9b2d285bfc

fix segfault, the bug has been introduced in r3738
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Aug 2010 18:27:56 +0000
parents fe2688c9e9bd
children 85224d3b3f93
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8049
#define NGINX_VERSION      "0.8.49"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */