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

# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END