view auto/define @ 6164:4e5dda15f18f

Fixed misspellings of the word "dependencies".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 03 Jun 2015 08:23:35 +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