view src/core/nginx.h @ 7786:529b73f75d19

Proxy: variables support in "proxy_cookie_flags" flags.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 02 Mar 2021 00:58:24 +0300
parents 5ef14498edf7
children 43d9c9c2981f
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


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