From b023f9bd2a140fedb3fc85b3df6b94ea839c26bd Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 9 Aug 2008 23:14:40 +0000 Subject: When running testcurl.pl display definitions from curlbuild.h --- tests/testcurl.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/testcurl.pl') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 63246a8f1..a898eba3e 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -495,6 +495,14 @@ if ($configurebuild) { } } +logit "display include/curl/curlbuild.h"; +if(open(F, "include/curl/curlbuild.h")) { + while () { + print if /^ *#define/; + } + close(F); +} + logit "display lib/config$confsuffix.h"; open(F, "lib/config$confsuffix.h") or die "lib/config$confsuffix.h: $!"; while () { -- cgit v1.2.3