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: bb5632aaf6cd87e32b013ce7622ea6861ee2f53d (plain)
1
2
3
4
5
6
7
8
9
10
11

# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  0
#endif

END