view auto/have_headers @ 6964:5d3d9b52327d

Fixed type.
author hucongcong <hucong.c@foxmail.com>
date Mon, 03 Apr 2017 14:29:40 +0800
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