view auto/types/value @ 9004:af5adec171b4 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 02 Jan 2023 17:10:22 +0400
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END