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>2003-01-09 08:36:00 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-01-09 08:36:00 +0300
commit4e9393a0548d783cd6f50d1fcd003c85a24b2b16 (patch)
tree300b40876e7ea6c103b7a080e380cdaaaf31260e /src/core/ngx_string.h
parentc1817846d29be14903e40a0551f706ff50e09dcf (diff)
nginx-0.0.1-2003-01-09-08:36:00 import
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r--src/core/ngx_string.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h
index 9ee3e5e29..503ffad43 100644
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -18,7 +18,8 @@ typedef struct {
#define ngx_memzero ZeroMemory
-#define strcasecmp stricmp
+#define ngx_strcasecmp stricmp
+#define ngx_strncmp strncmp
#define ngx_strcmp strcmp
#define ngx_snprintf _snprintf
@@ -28,6 +29,7 @@ typedef struct {
#define ngx_memzero bzero
+#define ngx_strncmp strncmp
#define ngx_strcmp strcmp
#define ngx_snprintf snprintf