view auto/define @ 7292:f9661f56c717

Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 24 May 2018 12:06:35 +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  $value
#endif

END