view src/core/nginx.h @ 7076:1b82e86dd3e7

Browser: style. Removed custom variable type and renamed function that adds variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 01 Aug 2017 14:27:23 +0300
parents 0434f71164f4
children 2284008a2791
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1013004
#define NGINX_VERSION      "1.13.4"
#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_ */