summaryrefslogtreecommitdiffhomepage
path: root/auto/define
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-05-18 20:28:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-05-18 20:28:54 +0000
commit090849dc6f995c6ccdbd947093789165a347e460 (patch)
tree4c25a4a1c9afb3dda64308b45675e29165b7bd2e /auto/define
parentab517d58277429bba16d0641e00aebea061db1ce (diff)
downloadnginx-090849dc6f995c6ccdbd947093789165a347e460.tar.gz
nginx-090849dc6f995c6ccdbd947093789165a347e460.tar.bz2
nginx-0.0.3-2004-05-19-00:28:54 import
Diffstat (limited to 'auto/define')
-rw-r--r--auto/define8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/define b/auto/define
new file mode 100644
index 000000000..d872fc3e1
--- /dev/null
+++ b/auto/define
@@ -0,0 +1,8 @@
+
+cat << END >> $NGX_AUTO_CONFIG_H
+
+#ifndef $have
+#define $have $value
+#endif
+
+END