view src/core/nginx.h @ 1347:142d979bc738 stable-0.5

r1333, r1334 merge: omit unnecessary code, escape space, etc in $memcached_key
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 17:27:10 +0000
parents 7683aace65ed
children 6485121a080d
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.30"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */