mirror of
https://github.com/nginx/nginx.git
synced 2025-01-04 13:17:48 +08:00
9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
|
|
||
|
cat << END >> $NGX_AUTO_CONFIG_H
|
||
|
|
||
|
#ifndef $have
|
||
|
#define $have $value
|
||
|
#endif
|
||
|
|
||
|
END
|