view auto/nohave @ 4839:9d458803bbe0

Configure: provide inflate() when building zlib on win32. It is now needed for gunzip filter.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Sep 2012 12:35:30 +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  0
#endif

END