view auto/have_headers @ 5079:1c472e3b8c10

Introduced variables in ngx_http_stub_status module. Three new variables were added: $connections_active, $connections_reading and $connections_writing.
author Andrey Belov <defan@nginx.com>
date Thu, 21 Feb 2013 23:31:57 +0000
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END