view auto/define @ 5329:00bdc9f08a16

Auth request module import.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Aug 2013 19:19:47 +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