nginx-0.0.3-2004-03-30-10:27:36 import
diff --git a/auto/nohave b/auto/nohave
new file mode 100644
index 0000000..49bb7ce
--- /dev/null
+++ b/auto/nohave
@@ -0,0 +1,8 @@
+
+cat << END >> $NGX_AUTO_CONFIG_H
+
+#ifndef $have
+#define $have  0
+#endif
+
+END