view src/core/nginx.h @ 4163:b8b4766fec8c stable-1.0

Merging r4098: In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library in favour of their CommonCrypto library. This change adds a work-around that allows nginx to still be built on Lion with OpenSSL.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 14:09:44 +0000
parents b78768308e30
children c66449300cb9
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000007
#define NGINX_VERSION      "1.0.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */