view src/core/nginx.h @ 3936:d20dc4a3acc4

release-1.0.4 tag
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Jun 2011 09:29:59 +0000
parents 4823c636c705
children 92badf634ba8
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000004
#define NGINX_VERSION      "1.0.4"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */