view src/core/nginx.h @ 4756:daa60662b7b5

Fixed debugging messages to account that limit_zone was renamed to limit_conn.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2012 08:21:59 +0000
parents 798e0377fd52
children 88a3b32bdf7f
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003004
#define NGINX_VERSION      "1.3.4"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */