summaryrefslogtreecommitdiffhomepage
path: root/auto/unix
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-19 08:15:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-19 08:15:11 +0000
commite89c4581f4706187052671a8a40dda4fe3e3c391 (patch)
tree3644c7b95ae7ed7b62d830c62e452b632ac9e89b /auto/unix
parente3466a4058ec3a6c7915f5239fac9f6bfbb6a29d (diff)
downloadnginx-e89c4581f4706187052671a8a40dda4fe3e3c391.tar.gz
nginx-e89c4581f4706187052671a8a40dda4fe3e3c391.tar.bz2
nginx-0.0.1-2003-12-19-11:15:11 import
Diffstat (limited to 'auto/unix')
-rwxr-xr-xauto/unix6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/unix b/auto/unix
index 09115f59d..4fd44f46a 100755
--- a/auto/unix
+++ b/auto/unix
@@ -83,6 +83,12 @@ n = pwrite(1, buf, 1, 0)"
. auto/func
+ngx_func="strsignal()"
+ngx_func_inc="#include <string.h>"
+ngx_func_test="char *s = strsignal(1)"
+. auto/func
+
+
ngx_func="strerror_r()"
ngx_func_inc="#include <string.h>"
ngx_func_test="char buf[20]; strerror_r(1, buf, 20)"