view auto/define @ 8605:4ca8035c19a4 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 08 Sep 2021 15:53:00 +0300
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