view src/core/nginx.h @ 4121:16c60162c35b

Keepalive support in memcached.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Sep 2011 19:04:25 +0000
parents 84f34973684c
children 33d9afa2c6db
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001004
#define NGINX_VERSION      "1.1.4"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */