diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-04-25 14:43:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-04-25 14:43:13 +0000 |
commit | a09f08dbab9f06b81c1224a32607b26292015c8b (patch) | |
tree | c825d00307b824aa4d7c97789bdbb9d5f24e96f1 /src/core/ngx_auto_config.h | |
parent | 0e18ebd0d931e175b7d92c0d6fb36c1c60c2aac9 (diff) | |
download | nginx-a09f08dbab9f06b81c1224a32607b26292015c8b.tar.gz nginx-a09f08dbab9f06b81c1224a32607b26292015c8b.zip |
nginx-0.0.1-2003-04-25-18:43:13 import
Diffstat (limited to 'src/core/ngx_auto_config.h')
-rw-r--r-- | src/core/ngx_auto_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |