aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_string.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-29 13:02:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-05-29 13:02:09 +0000
commit1393325df8b1f530bf5c257fde39c26e8333d8d7 (patch)
treefa29f174c74ea518d2115bc069df3789c6e62622 /src/core/ngx_string.h
parent6253ca1b62c24bbac8c380d4ae64353b671ad7ef (diff)
downloadnginx-1393325df8b1f530bf5c257fde39c26e8333d8d7.tar.gz
nginx-1393325df8b1f530bf5c257fde39c26e8333d8d7.zip
nginx-0.0.1-2003-05-29-17:02:09 import
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r--src/core/ngx_string.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h
index 7c97c1344..9f72f17b0 100644
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -52,9 +52,11 @@ char *ngx_cpystrn(char *dst, char *src, size_t n);
int ngx_rstrncmp(char *s1, char *s2, size_t n);
int ngx_atoi(char *line, size_t n);
+#define ngx_qsort qsort
-#define ngx_value_helper(n) #n
-#define ngx_value(n) ngx_value_helper(n)
+
+#define ngx_value_helper(n) #n
+#define ngx_value(n) ngx_value_helper(n)
#endif /* _NGX_STRING_H_INCLUDED_ */