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:
Yang Tse 2012-04-11 19:28:40 +02:00
parent 4d3fb91fb4
commit a144bb8b76
7 changed files with 0 additions and 18 deletions

View File

@ -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.
*/

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "setup.h"
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
#include "curl_gethostname.h"
#define HOSTNAME_MAX 1024

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "setup.h"
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
#include "sethostname.h"
/*

View File

@ -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>

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "setup.h"
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
#include "testutil.h"
#include "memdebug.h"

View File

@ -23,8 +23,6 @@
***************************************************************************/
#include "setup.h"
#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
struct timeval tutil_tvnow(void);
/*

View File

@ -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 */