Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-15 00:34:05 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-15 00:34:05 +0400
commitcccc5528945be46d6afb456e7aba751340af9089 (patch)
treeb734bef5df932252d9f04ddaf39ef80c83b0b0f2 /src/core/ngx_config.h
parentb3968b314f063c42f983ba70becfb9fae97651f0 (diff)
nginx-0.0.3-2004-04-15-00:34:05 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 4e3e77bdd..dea3e5cf9 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -101,11 +101,6 @@ typedef int ngx_flag_t;
#define ngx_inline inline
#endif
-
-#ifndef INFTIM /* Linux */
-#define INFTIM -1
-#endif
-
#ifndef INADDR_NONE /* Solaris */
#define INADDR_NONE ((unsigned int) -1)
#endif