view src/core/nginx.h @ 3718:bfd84b583868

decrease SSL handshake error level to info
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Jul 2010 09:30:15 +0000
parents 6161a4ea1b25
children fe2688c9e9bd
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8048
#define NGINX_VERSION      "0.8.48"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */