comparison auto/unix @ 256:8e39cab6abd5

nginx-0.0.2-2004-02-10-19:23:38 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Feb 2004 16:23:38 +0000
parents b6793bc5034b
children 83205e0b5522
comparison
equal deleted inserted replaced
255:e6938ca7331a 256:8e39cab6abd5
96 ngx_func_inc="#include <string.h>" 96 ngx_func_inc="#include <string.h>"
97 ngx_func_test="char buf[20]; int n; n = strerror_r(1, buf, 20)" 97 ngx_func_test="char buf[20]; int n; n = strerror_r(1, buf, 20)"
98 . auto/func 98 . auto/func
99 99
100 100
101 ngx_func="gnu_strerror_r()"
102 ngx_func_inc="#include <string.h>"
103 ngx_func_test="char buf[20], *str; str = strerror_r(1, buf, 20)"
104 . auto/func
105
106
101 ngx_func="localtime_r()" 107 ngx_func="localtime_r()"
102 ngx_func_inc="#include <time.h>" 108 ngx_func_inc="#include <time.h>"
103 ngx_func_test="struct tm t; time_t c=0; localtime_r(&c, &t)" 109 ngx_func_test="struct tm t; time_t c=0; localtime_r(&c, &t)"
104 . auto/func 110 . auto/func