view auto/define @ 9061: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 $have
#define $have  $value
#endif

END