view src/core/nginx.h @ 3644:5d3282cfc43c

fix a bug when ngx_cpymem() returns a cast type: p = (type *) ngx_cpymem(...)
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2010 15:17:06 +0000
parents 6a767188e365
children cd6d45c0a119
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8043
#define NGINX_VERSION      "0.8.43"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */