From a98301160de4c12f455cca8f78509f2e04626c0b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 19 May 2003 16:39:14 +0000 Subject: nginx-0.0.1-2003-05-19-20:39:14 import --- src/core/ngx_string.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/ngx_string.h') diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index e678f7333..7c97c1344 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -53,4 +53,8 @@ int ngx_rstrncmp(char *s1, char *s2, size_t n); int ngx_atoi(char *line, size_t n); +#define ngx_value_helper(n) #n +#define ngx_value(n) ngx_value_helper(n) + + #endif /* _NGX_STRING_H_INCLUDED_ */ -- cgit