view src/core/nginx.h @ 7254:1fd992589ffe

Core: fixed build, broken by 63e91f263a49. Both Solaris and Windows define "s_addr" as a macro.
author Vladimir Homutov <vl@nginx.com>
date Mon, 02 Apr 2018 20:38:43 +0300
parents 3f1c5ff0d7fb
children 8ce771bf9260
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1013011
#define NGINX_VERSION      "1.13.11"
#define NGINX_VER          "nginx/" NGINX_VERSION

#ifdef NGX_BUILD
#define NGINX_VER_BUILD    NGINX_VER " (" NGX_BUILD ")"
#else
#define NGINX_VER_BUILD    NGINX_VER
#endif

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


#endif /* _NGINX_H_INCLUDED_ */