view auto/define @ 7097:a0e472a2c4f1

Version bump.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 11 Sep 2017 15:46: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