Welcome to mirror list, hosted at ThFree Co, Russian Federation.

have_headers « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 526ac47d4049e76cdc8e20575fb6dbc9d64b0757 (plain)
1
2
3
4
5
6
7
8
9
10
11

# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END