aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_string.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-28 15:56:37 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-01-28 15:56:37 +0000
commita19a85e600c1c4d7daa9fdd20df3777169b5dc2b (patch)
tree730bbaeeee69ccc527c3c7c10aab76a9c65cd3db /src/core/ngx_string.h
parent9b25d691d3a472cb499d638b57f18e743cc2c4f3 (diff)
downloadnginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.tar.gz
nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.zip
nginx-0.0.1-2003-01-28-18:56:37 import
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r--src/core/ngx_string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h
index ea255ba2f..83ca4ba15 100644
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -18,6 +18,7 @@ typedef struct {
#define ngx_memzero ZeroMemory
+#define ngx_strncasecmp strnicmp
#define ngx_strcasecmp stricmp
#define ngx_strncmp strncmp
#define ngx_strcmp strcmp
@@ -31,6 +32,7 @@ typedef struct {
#define ngx_memzero bzero
+#define ngx_strncasecmp strncasecmp
#define ngx_strcasecmp strcasecmp
#define ngx_strncmp strncmp
#define ngx_strcmp strcmp