view auto/have @ 7782:dea93b6dce94

Contrib: vim syntax, default highlighting (ticket #2141). Using default highlighting makes it possible to easily overrule highlighting specified in the syntax file, see ":highlight-default" in vim help for details.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 25 Feb 2021 23:42:25 +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  1
#endif

END