view src/core/nginx.h @ 4780:b07931054bf1

Whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 03 Aug 2012 09:00:25 +0000
parents 88a3b32bdf7f
children c7d549856ab6
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003005
#define NGINX_VERSION      "1.3.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */