mirror of
https://github.com/nginx/nginx.git
synced 2024-12-02 05:29:14 -06:00
9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $have
|
|
#define $have 0
|
|
#endif
|
|
|
|
END
|