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: 49bb7ceb8bf607bd72c506a668d7d5bac91d5e01 (plain)
1
2
3
4
5
6
7
8

cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  0
#endif

END