aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/src/core/nginx.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/src/core/nginx.h')
-rw-r--r--app/nginx/src/core/nginx.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/nginx/src/core/nginx.h b/app/nginx/src/core/nginx.h
deleted file mode 100644
index 5d3112f..0000000
--- a/app/nginx/src/core/nginx.h
+++ /dev/null
@@ -1,26 +0,0 @@
-
-/*
- * Copyright (C) Igor Sysoev
- * Copyright (C) Nginx, Inc.
- */
-
-
-#ifndef _NGINX_H_INCLUDED_
-#define _NGINX_H_INCLUDED_
-
-
-#define nginx_version 1011013
-#define NGINX_VERSION "1.11.13"
-#define NGINX_VER "nginx/" NGINX_VERSION
-
-#ifdef NGX_BUILD
-#define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")"
-#else
-#define NGINX_VER_BUILD NGINX_VER
-#endif
-
-#define NGINX_VAR "NGINX"
-#define NGX_OLDPID_EXT ".oldbin"
-
-
-#endif /* _NGINX_H_INCLUDED_ */