aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index f5b25c43a..adab5018c 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -10,4 +10,10 @@
#define NGX_DECLINED -4
+#define NGX_MAXHOSTNAMELEN 32
+/*
+#define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN
+*/
+
+
#endif /* _NGX_CORE_H_INCLUDED_ */