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

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

cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END