diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-15 21:08:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-15 21:08:04 +0000 |
commit | 5eef618ed671c55bc1244652cb49afef224c833c (patch) | |
tree | 593b11f615eb39e824c8e8d45ada176ae264de0d /src/core/ngx_config.h | |
parent | 6e4bca966e723a2162a0f183f4f520115e0fba32 (diff) | |
download | nginx-5eef618ed671c55bc1244652cb49afef224c833c.tar.gz nginx-5eef618ed671c55bc1244652cb49afef224c833c.zip |
nginx-0.0.1-2002-12-16-00:08:04 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 09f73eb34..cc650c1f0 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -80,6 +80,10 @@ #define CRLF "\x0d\x0a" +#ifndef INET_ADDRSTRLEN +#define INET_ADDRSTRLEN 16 +#endif + #if defined SO_ACCEPTFILTER || defined TCP_DEFER_ACCEPT |