diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-26 16:26:23 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-26 16:26:23 +0000 |
commit | 207ed5a589055899a5841d1a9f3074fc4ff407c5 (patch) | |
tree | 69cb0a8bafe1997089f3faba616fd6f3f3abe50a /src/core/ngx_string.h | |
parent | 960ffa42cb161b3769cde9bbf2212092e751dfab (diff) | |
download | nginx-207ed5a589055899a5841d1a9f3074fc4ff407c5.tar.gz nginx-207ed5a589055899a5841d1a9f3074fc4ff407c5.zip |
nginx-0.0.1-2002-12-26-19:26:23 import
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r-- | src/core/ngx_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 3e28abb68..9ee3e5e29 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -19,6 +19,7 @@ typedef struct { #define ngx_memzero ZeroMemory #define strcasecmp stricmp +#define ngx_strcmp strcmp #define ngx_snprintf _snprintf #define ngx_vsnprintf _vsnprintf @@ -27,6 +28,8 @@ typedef struct { #define ngx_memzero bzero +#define ngx_strcmp strcmp + #define ngx_snprintf snprintf #define ngx_vsnprintf vsnprintf |