view auto/define @ 7076:1b82e86dd3e7

Browser: style. Removed custom variable type and renamed function that adds variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 01 Aug 2017 14:27:23 +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