view src/core/nginx.h @ 5423:5b5a486bd40e

SSL: fixed build with OpenSSL 0.9.7. SSL_get_rbio() and SSL_get_wbio() functions used to get non-const pointer in OpenSSL 0.9.7, hence an explicit cast added to drop const qualifier.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 14 Oct 2013 13:44:09 +0400
parents d7a2729623d3
children 8f3cf6776648
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005007
#define NGINX_VERSION      "1.5.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */