From 9506d01ee50d5908138ebad0fd9fbd39b66bd64d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Mar 2017 14:38:56 +0200 Subject: include: curl/system.h is a run-time version of curlbuild.h system.h is aimed to replace curlbuild.h at a later point in time when we feel confident system.h works sufficiently well. curl/system.h is currently used in parallel with curl/curlbuild.h curl/system.h determines a data sizes, data types and include file status based on available preprocessor defines instead of getting generated at build-time. This, in order to avoid relying on a build-time generated file that makes it complicated to do 32 and 64 bit bields from the same installed set of headers. Test 1541 verifies that system.h comes to the same conclusion that curlbuild.h offers. Closes #1373 --- tests/data/test1541 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/data/test1541 (limited to 'tests/data/test1541') diff --git a/tests/data/test1541 b/tests/data/test1541 new file mode 100644 index 000000000..3d04cb4f9 --- /dev/null +++ b/tests/data/test1541 @@ -0,0 +1,22 @@ + + + +typecheck + + + +# +# Client-side + + +none + + +verify curl/system.h detection + + +lib1541 + + + + -- cgit v1.2.3