view src/core/nginx.h @ 3486:5d28d30ba1b1

escape ampersand in argument while rewrite
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Apr 2010 12:45:59 +0000
parents b25825e260a1
children a92417aedcf2
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8035
#define NGINX_VERSION      "0.8.35"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */