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: 971f99df2ce7b4cd081e592506c2942aff56bc4b (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  $value
#endif

END