view src/core/nginx.h @ 4001:6df31b324bbf

- Replaced explicit link to bugtracker with a support link (which will soon link to Trac). - Commented out reference to non-existing nginx.conf(5).
author Ruslan Ermilov <ru@nginx.com>
date Wed, 10 Aug 2011 12:30:19 +0000
parents 806153a80cf5
children 7968f1edbdde
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001001
#define NGINX_VERSION      "1.1.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */