Loading src/tool_setup.h +0 −6 Original line number Diff line number Diff line Loading @@ -35,12 +35,6 @@ #include "setup.h" /* from the lib directory */ /* * Undefine macros intended for libcurl internal use only. */ #undef CURL_HIDDEN_SYMBOLS /* * curl tool certainly uses libcurl's external interface. */ Loading tests/libtest/chkhostname.c +0 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,6 @@ ***************************************************************************/ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include "curl_gethostname.h" #define HOSTNAME_MAX 1024 Loading tests/libtest/sethostname.c +0 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,6 @@ ***************************************************************************/ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include "sethostname.h" /* Loading tests/libtest/test.h +0 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,6 @@ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include <curl/curl.h> #include <stdio.h> #include <string.h> Loading tests/libtest/testutil.c +0 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,6 @@ ***************************************************************************/ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include "testutil.h" #include "memdebug.h" Loading Loading
src/tool_setup.h +0 −6 Original line number Diff line number Diff line Loading @@ -35,12 +35,6 @@ #include "setup.h" /* from the lib directory */ /* * Undefine macros intended for libcurl internal use only. */ #undef CURL_HIDDEN_SYMBOLS /* * curl tool certainly uses libcurl's external interface. */ Loading
tests/libtest/chkhostname.c +0 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,6 @@ ***************************************************************************/ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include "curl_gethostname.h" #define HOSTNAME_MAX 1024 Loading
tests/libtest/sethostname.c +0 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,6 @@ ***************************************************************************/ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include "sethostname.h" /* Loading
tests/libtest/test.h +0 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,6 @@ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include <curl/curl.h> #include <stdio.h> #include <string.h> Loading
tests/libtest/testutil.c +0 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,6 @@ ***************************************************************************/ #include "setup.h" #undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */ #include "testutil.h" #include "memdebug.h" Loading