view auto/define @ 9115:12dcf92b0c2c release-1.25.0

nginx-1.25.0-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 May 2023 18:08:19 +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