view auto/nohave @ 4987:66d001c5378c

Configure: added the NGX_ZLIB define. This was introduced for conditional compilation of the code that requires the zlib library.
author Valentin Bartenev <vbart@nginx.com>
date Sun, 23 Dec 2012 16:04:14 +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