diff options
Diffstat (limited to 'auto/fmt/xfmt')
-rw-r--r-- | auto/fmt/xfmt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/auto/fmt/xfmt b/auto/fmt/xfmt deleted file mode 100644 index 957e59030..000000000 --- a/auto/fmt/xfmt +++ /dev/null @@ -1,11 +0,0 @@ - -# Copyright (C) Igor Sysoev - - -cat << END | sed -e 's/d"$/x"/' >> $NGX_AUTO_CONFIG_H - -#ifndef $ngx_fmt_name -#define $ngx_fmt_name "$ngx_fmt" -#endif - -END |