view auto/define @ 5049:c43fa53c1d8f stable-1.2

Merge of r4974: avoid sending "100 Continue" on 413. Avoid sending "100 Continue" on 413 Request Entity Too Large. Patch by Igor Sysoev.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 11 Feb 2013 12:35:49 +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