view src/core/nginx.h @ 2223:005fc65f7ce7

style fix: remove tabs and trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Sep 2008 14:05:20 +0000
parents 8cc552c91cd2
children b86f6839e2de
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.14"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */