view src/core/nginx.h @ 1478:d0cce8369848

small optimizations
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Sep 2007 20:32:52 +0000
parents 732fe8258857
children 5a009e1f33bb
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.12"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */