view auto/define @ 5739:6e4bb1d6679d

Configure: style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Jun 2014 03:34:02 +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