view auto/define @ 7932:01829d162095

Synced ngx_http_subrequest() argument names (ticket #2255).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 12 Oct 2021 23:18:18 +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