view src/core/nginx.h @ 2032:12b3ad3353f9

ssl_session_cache none
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 May 2008 07:14:13 +0000
parents c5535c2f6942
children 6d7466a9cf25
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */