aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/have_headers
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/auto/have_headers')
-rw-r--r--app/nginx/auto/have_headers12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/nginx/auto/have_headers b/app/nginx/auto/have_headers
new file mode 100644
index 0000000..a3a7543
--- /dev/null
+++ b/app/nginx/auto/have_headers
@@ -0,0 +1,12 @@
+
+# Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
+
+
+cat << END >> $NGX_AUTO_HEADERS_H
+
+#ifndef $have
+#define $have 1
+#endif
+
+END