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
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-20 23:54:15 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-20 23:54:15 +0400
commit73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4 (patch)
treefe274167bb823494fe327e9f48a97a330cfe5c49 /auto/types
parentf7290501f2426950f6c3ff7a2e3280bfaa831f0b (diff)
nginx-0.0.7-2004-06-20-23:54:15 import
Diffstat (limited to 'auto/types')
-rw-r--r--auto/types/maxvalue6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/types/maxvalue b/auto/types/maxvalue
new file mode 100644
index 000000000..91752a26d
--- /dev/null
+++ b/auto/types/maxvalue
@@ -0,0 +1,6 @@
+
+cat << END >> $NGX_AUTO_CONFIG_H
+
+#ifndef $ngx_type_max_value
+#define $ngx_type_max_value $ngx_max_size
+#endif