diff src/core/ngx_string.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents fab4cb00fe5b
children 70d2345a903f
line wrap: on
line diff
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -53,4 +53,8 @@ int ngx_rstrncmp(char *s1, char *s2, siz
 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_ */