view src/core/nginx.h @ 2419:4876c3966fbd

send "100 Continue" for HTTP/1.1 only
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Dec 2008 15:44:13 +0000
parents fa95fa9db5c4
children 370c92d6ec46
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.29"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */