mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $have
|
|
#define $have $value
|
|
#endif
|
|
|
|
END
|