view src/core/nginx.h @ 5282:31690d934175

Style: reuse one int variable in ngx_configure_listening_sockets(). No functional changes.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 25 Jul 2013 12:46:02 +0400
parents 0c699e1d1071
children fa07bec738ac
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005003
#define NGINX_VERSION      "1.5.3"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */