summaryrefslogtreecommitdiffhomepage
path: root/auto/fmt/xfmt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/fmt/xfmt6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/fmt/xfmt b/auto/fmt/xfmt
new file mode 100644
index 000000000..0256c5caa
--- /dev/null
+++ b/auto/fmt/xfmt
@@ -0,0 +1,6 @@
+
+echo "#ifndef $NGX_FMT_NAME" >> $NGX_AUTO_CONFIG_H
+echo "#define $NGX_FMT_NAME \"$NGX_FMT\"" | sed -e 's/d"$/x"/' \
+ >> $NGX_AUTO_CONFIG_H
+echo "#endif" >> $NGX_AUTO_CONFIG_H
+echo >> $NGX_AUTO_CONFIG_H