view auto/define @ 5013:82a3f951feb3

Configure: fixed style of include directories.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 24 Jan 2013 16:14:12 +0000
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