view auto/define @ 4961:ed576bd1d9c0

Limit rate: fixed integer overflow in limit calculation (ticket #256). Patch by Alexey Antropov.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 12 Dec 2012 14:48:48 +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