Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/have
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-03 00:19:52 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-03 00:19:52 +0300
commita4b16df728abe1e989a8311e901ba5d9ae30328e (patch)
tree35d3d0ba37e1c285421688846c2954aa297a642c /auto/have
parent328af6e8cd26f274bf385cfff3c888725746ea4f (diff)
nginx-0.0.2-2004-02-03-00:19:52 import
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