mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
build adjustments: functionally revert commits 4d3fb91f and bbfe1182
Undefining CURL_HIDDEN_SYMBOLS in source files isn't the proper fix.
This commit is contained in:
parent
4d3fb91fb4
commit
a144bb8b76
@ -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.
|
||||
*/
|
||||
|
@ -21,8 +21,6 @@
|
||||
***************************************************************************/
|
||||
#include "setup.h"
|
||||
|
||||
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
|
||||
|
||||
#include "curl_gethostname.h"
|
||||
|
||||
#define HOSTNAME_MAX 1024
|
||||
|
@ -21,8 +21,6 @@
|
||||
***************************************************************************/
|
||||
#include "setup.h"
|
||||
|
||||
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
|
||||
|
||||
#include "sethostname.h"
|
||||
|
||||
/*
|
||||
|
@ -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>
|
||||
|
@ -21,8 +21,6 @@
|
||||
***************************************************************************/
|
||||
#include "setup.h"
|
||||
|
||||
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
|
||||
|
||||
#include "testutil.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
|
@ -23,8 +23,6 @@
|
||||
***************************************************************************/
|
||||
#include "setup.h"
|
||||
|
||||
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
|
||||
|
||||
struct timeval tutil_tvnow(void);
|
||||
|
||||
/*
|
||||
|
@ -26,6 +26,4 @@
|
||||
|
||||
#include "setup.h" /* portability help from the lib directory */
|
||||
|
||||
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
|
||||
|
||||
#endif /* HEADER_CURL_SERVER_SETUP_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user