1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/libtest
Yang Tse 5a053ffe80 build: fix circular header inclusion with other packages
This commit renames lib/setup.h to lib/curl_setup.h and
renames lib/setup_once.h to lib/curl_setup_once.h.

Removes the need and usage of a header inclusion guard foreign
to libcurl. [1]

Removes the need and presence of an alarming notice we carried
in old setup_once.h [2]

----------------------------------------

1 - lib/setup_once.h used __SETUP_ONCE_H macro as header inclusion guard
    up to commit ec691ca3 which changed this to HEADER_CURL_SETUP_ONCE_H,
    this single inclusion guard is enough to ensure that inclusion of
    lib/setup_once.h done from lib/setup.h is only done once.

    Additionally lib/setup.h has always used __SETUP_ONCE_H macro to
    protect inclusion of setup_once.h even after commit ec691ca3, this
    was to avoid a circular header inclusion triggered when building a
    c-ares enabled version with c-ares sources available which also has
    a setup_once.h header. Commit ec691ca3 exposes the real nature of
    __SETUP_ONCE_H usage in lib/setup.h, it is a header inclusion guard
    foreign to libcurl belonging to c-ares's setup_once.h

    The renaming this commit does, fixes the circular header inclusion,
    and as such removes the need and usage of a header inclusion guard
    foreign to libcurl. Macro __SETUP_ONCE_H no longer used in libcurl.

2 - Due to the circular interdependency of old lib/setup_once.h and the
    c-ares setup_once.h header, old file lib/setup_once.h has carried
    back from 2006 up to now days an alarming and prominent notice about
    the need of keeping libcurl's and c-ares's setup_once.h in sync.

    Given that this commit fixes the circular interdependency, the need
    and presence of mentioned notice is removed.

    All mentioned interdependencies come back from now old days when
    the c-ares project lived inside a curl subdirectory. This commit
    removes last traces of such fact.
2013-01-09 00:49:50 +01:00
..
.gitignore FTP: prevent the multi interface from blocking 2012-11-04 19:05:39 +01:00
chkhostname.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
CMakeLists.txt build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
first.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib500.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib501.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib502.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib503.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib504.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib505.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib506.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib507.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib508.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib510.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib511.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib512.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib513.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib514.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib515.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib516.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib517.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib518.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib519.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib520.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib521.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib523.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib524.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib525.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib526.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib530.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib533.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib536.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib537.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib539.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib540.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib541.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib542.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib543.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib544.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib547.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib549.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib552.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib553.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib554.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib555.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib556.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib557.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib560.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib562.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib564.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib566.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib567.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib568.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib569.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib570.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib571.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib572.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib573.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib574.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib575.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib576.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib578.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib579.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib582.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib583.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib586.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib590.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib591.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib597.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib598.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib599.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib1500.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib1501.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
lib1502.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
libauthretry.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
libntlmconnect.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
Makefile.am build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
Makefile.inc Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
notexists.pl tests 1334 to 1363 revisited. 2012-06-05 20:20:40 +02:00
sethostname.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
sethostname.h sources: update source headers 2011-03-10 12:04:33 +01:00
test75.pl replaced tabs with spaces 2010-02-16 13:32:45 +00:00
test307.pl replaced tabs with spaces 2010-02-16 13:32:45 +00:00
test610.pl replaced tabs with spaces 2010-02-16 13:32:45 +00:00
test613.pl replaced tabs with spaces 2010-02-16 13:32:45 +00:00
test1013.pl Fixed CR issue with Win32 version on MSYS. 2012-07-20 17:22:10 +02:00
test1022.pl Fixed test 1023 when using daily snapshots 2011-04-21 14:47:35 -07:00
test.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
testtrace.c Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
testtrace.h tests: testtrace.[ch] provides debug callback for libtest usage 2012-01-17 21:32:05 +01:00
testutil.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
testutil.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00