mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
curl_setup.h: merge back single-use internal header curl_setup_once.h
Originally split in 2006, but the issues cited are no longer present in
current code. As of now both `curl_setup.h` and `curl_setup_once.h` are
included once per compiler invocation, without recursion. The latter is
a sub-header of the former with no clear distinction in their contents.
Merge them to avoid having to decide where to put new global PP logic.
Also to make it easier to overview what gets defined/included globally
and in what order. (Perhaps even allowing some tidying up here.)
Follow-up to 77b3bc239d
Closes #20555
This commit is contained in:
parent
6d2e9926d7
commit
c05cd2a10e
3 changed files with 324 additions and 357 deletions
|
|
@ -306,7 +306,6 @@ LIB_HFILES = \
|
|||
curl_rtmp.h \
|
||||
curl_sasl.h \
|
||||
curl_setup.h \
|
||||
curl_setup_once.h \
|
||||
curl_sha256.h \
|
||||
curl_sha512_256.h \
|
||||
curl_share.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue