view auto/have_headers @ 8048:70365b6fe5f4

Misc: win32 sources now preserved in release tarballs. This makes it possible to build nginx under Windows from release tarballs instead of using source code repository.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 20 Jun 2022 19:30:50 +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