view src/core/nginx.h @ 2483:29494780d978

free addrs only it has been allocated before: non single address
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Jan 2009 14:32:58 +0000
parents 0ce967f03bbc
children 1dd4576e7c89
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.33"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */