view src/core/nginx.h @ 3614:4b4385492f2a

do not free() stack allocated buffer
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Jun 2010 18:09:52 +0000
parents 041ed4c980f5
children 73e23d7cb3c0
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8041
#define NGINX_VERSION      "0.8.41"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */