view auto/have @ 6532:2f98b5709d79

Removed unused flag unexpected_eof from ngx_connection_t.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 28 Apr 2016 16:30:19 +0300
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  1
#endif

END