view auto/define @ 9159:6d3ca6f8db35

HTTP/3: moved variable initialization.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 13 Sep 2023 17:57:13 +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