test servers: build adjustment

Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might
leak from lib/setup.h into source files where this should not be defined.
This commit is contained in:
Yang Tse 2012-04-10 17:32:06 +02:00
parent bbfe118209
commit 4d3fb91fb4
15 changed files with 67 additions and 56 deletions

View file

@ -19,10 +19,7 @@
* KIND, either express or implied.
*
***************************************************************************/
#define CURL_NO_OLDIES
#include "setup.h" /* portability help from the lib directory */
#include "server_setup.h"
#ifdef HAVE_SIGNAL_H
#include <signal.h>