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

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

cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END