view auto/have_headers @ 7851:8712f4583783 quic

Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL. See 7246:04ebf29eaf5b for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 May 2020 13:02:30 +0300
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