summaryrefslogtreecommitdiffhomepage
path: root/auto/have
diff options
context:
space:
mode:
Diffstat (limited to 'auto/have')
-rw-r--r--auto/have8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/have b/auto/have
new file mode 100644
index 000000000..04cc1030d
--- /dev/null
+++ b/auto/have
@@ -0,0 +1,8 @@
+
+cat << END >> $NGX_AUTO_CONFIG_H
+
+#ifndef $have
+#define $have 1
+#endif
+
+END