Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/func
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-15 21:47:16 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-15 21:47:16 +0400
commitd09f7a1e9aa5816493e2fef93074383d95140c13 (patch)
tree4aeabb503cda16fa45c78a56881c327e97de6d12 /auto/func
parent87350f269da4d82f2436aac91ae87fbd37ca6c16 (diff)
nginx-0.0.7-2004-06-15-21:47:16 import
Diffstat (limited to 'auto/func')
-rw-r--r--auto/func3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/func b/auto/func
index fcbbe0183..3f12b7890 100644
--- a/auto/func
+++ b/auto/func
@@ -5,10 +5,11 @@ echo "checking for $ngx_func" >> $NGX_ERR
ngx_found=no
-func=`echo $ngx_func | sed -e 's/()$//' | tr '[a-z]' '[A-Z]'`
+func=`echo $ngx_func | sed -e 's/()$//' | tr '[a-z.]' '[A-Z_]'`
cat << END > $NGX_AUTOTEST.c
+#include <sys/types.h>
$NGX_UNISTD_H
$ngx_func_inc