From a09f08dbab9f06b81c1224a32607b26292015c8b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 25 Apr 2003 14:43:13 +0000 Subject: nginx-0.0.1-2003-04-25-18:43:13 import --- src/core/ngx_auto_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core') diff --git a/src/core/ngx_auto_config.h b/src/core/ngx_auto_config.h index d9865c42d..fe5fbd030 100644 --- a/src/core/ngx_auto_config.h +++ b/src/core/ngx_auto_config.h @@ -2,3 +2,6 @@ #ifndef OFF_EQUAL_PTR #define OFF_EQUAL_PTR 0 #endif + + +#define NGX_PAGE_SIZE 4096 -- cgit