diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-05-22 15:23:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-22 15:23:47 +0000 |
| commit | 6a1cc903bf2db47b7061791b9e878ededcba1aa4 (patch) | |
| tree | 5e9d78365d85901394f312d8eed6a1811692891b /src/core/ngx_config.h | |
| parent | fa73aac7747c9d0a8575eb2beffcdab50171e006 (diff) | |
| download | nginx-6a1cc903bf2db47b7061791b9e878ededcba1aa4.tar.gz nginx-6a1cc903bf2db47b7061791b9e878ededcba1aa4.tar.bz2 | |
nginx-0.0.1-2003-05-22-19:23:47 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 b72412912..b9a0988dc 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -50,6 +50,10 @@ #endif +#ifndef INFTIM /* Linux */ +#define INFTIM -1 +#endif + #ifndef INADDR_NONE /* Solaris */ #define INADDR_NONE ((unsigned long) -1) #endif |
