mirror of
https://github.com/nginx/nginx.git
synced 2026-09-21 12:24:07 +00:00
8 lines
124 B
Text
8 lines
124 B
Text
|
|
cat << END | sed -e 's/d"$/x"/' >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $ngx_fmt_name
|
|
#define $ngx_fmt_name "$ngx_fmt"
|
|
#endif
|
|
|
|
END
|