view auto/have_headers @ 5811:f5b612019042

Stub status: corrected the "stub_status" directive. The "stub_status" directive does not require an argument.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 26 Aug 2014 17:35:23 +0400
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