view auto/have @ 7450:2d9ab7717e23

Configure: added explicit ngx_binext to the linker output argument. Unlike with GCC or MSVC, Clang linker doesn't auto-append ".exe" to the name of the output binary when building on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 30 Jan 2019 19:28:27 +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  1
#endif

END