diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 63246a8f13..a898eba3ee 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 () {