view src/core/nginx.h @ 4721:538363721933 stable-1.2

Merge of r4653: ngx_inet.c code reduction. Code reduction (no functional changes).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 02 Jul 2012 16:11:02 +0000
parents d23185444edb
children 93119eae378a
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1002002
#define NGINX_VERSION      "1.2.2"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */