aboutsummaryrefslogtreecommitdiff
path: root/auto/define
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