view auto/define @ 5562:4196ea50004a stable-1.4

Request body: fixed r->count increment on allocation failure.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 11 May 2013 18:49:19 +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