view auto/define @ 5492:5c52ff68f380

Dav: emit a warning about unsafe URI.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Dec 2013 18:12:03 +0400
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