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-02-09 10:46:43 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-09 10:46:43 +0300
commit7af6b16936b630feabecbce0dbc9cf84b4943481 (patch)
tree18301d35a84907e66fe94ddc7600d4ec6d600409 /auto/func
parent9260294400c902904cdf791c9c2e8fd069feec63 (diff)
nginx-0.0.2-2004-02-09-10:46:43 import
Diffstat (limited to 'auto/func')
-rw-r--r--auto/func10
1 files changed, 1 insertions, 9 deletions
diff --git a/auto/func b/auto/func
index 37b2bffad..acbab9c95 100644
--- a/auto/func
+++ b/auto/func
@@ -24,15 +24,7 @@ eval "$CC $CC_TEST_FLAGS -o $NGX_AUTOTEST $NGX_AUTOTEST.c $ngx_func_libs \
if [ -x $NGX_AUTOTEST ]; then
echo " found"
-
- cat << END >> $NGX_AUTO_CONFIG_H
-
-#ifndef HAVE_$func
-#define HAVE_$func 1
-#endif
-
-END
-
+ have=HAVE_$func . auto/have
ngx_found=yes
else