view src/core/nginx.h @ 4227:4af8ea9c3a86

Fixed port range checking.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 13:48:43 +0000
parents acc0feb93d15
children 30d68cfe1f6a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001007
#define NGINX_VERSION      "1.1.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */