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: 1b644ad3200e4c3eb20b0d6f4a178c4932d86cb8 (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  1
#endif

END