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:
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