view src/core/nginx.h @ 6089:745d2d014123 stable-1.6

Updated OpenSSL used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Mar 2015 02:44:41 +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_ */