view auto/define @ 8116:3108d4d668e4

Style.
author BullerDu <yefei.dyf@alibaba-inc.com>
date Fri, 16 Dec 2022 01:15:15 +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