view auto/define @ 9151:933f37273282

Version bump.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 16:39:14 +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