view src/core/nginx.h @ 4869:2b129bb067b5

Made sure to initialize the entire ngx_file_t structure. Found by Coverity.
author Andrey Belov <defan@nginx.com>
date Fri, 28 Sep 2012 13:15:11 +0000
parents 25a4a7259560
children f7443eeb3536
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003007
#define NGINX_VERSION      "1.3.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */