view src/core/nginx.h @ 6076:1d6eb39d05c9 stable-1.6

SSL: logging level of "inappropriate fallback" (ticket #662). Patch by Erik Dubbelboer.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 17 Nov 2014 16:38:48 +0300
parents 8bc8eb8abfae
children
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1006003
#define NGINX_VERSION      "1.6.3"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */