view src/core/nginx.h @ 6086:b2a2475b2008 stable-1.6

Overflow detection in ngx_inet_addr().
author Ruslan Ermilov <ru@nginx.com>
date Tue, 17 Mar 2015 00:26:22 +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_ */