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

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

# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  0
#endif

END