view src/core/nginx.h @ 3902:159b58f9c0bd

fix building by gcc 4.6 without --with-debug
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Apr 2011 17:25:06 +0000
parents 53e93bd521ff
children b00e94736d0c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000001
#define NGINX_VERSION      "1.0.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */