view src/core/nginx.h @ 8503:d458101b7b81 quic

QUIC: compact initial secrets table.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 17 Jun 2021 12:35:38 +0300
parents c40f7a65c506
children 7e4aeb464642
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


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