From 4d3fb91fb45ca404322d5146f43cae93d918a9a8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 10 Apr 2012 17:32:06 +0200 Subject: 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. --- tests/server/testpart.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/server/testpart.c') diff --git a/tests/server/testpart.c b/tests/server/testpart.c index 940971450..912096f0b 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2010, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,10 +19,7 @@ * KIND, either express or implied. * ***************************************************************************/ - -#define CURL_NO_OLDIES - -#include "setup.h" +#include "server_setup.h" #include "getpart.h" -- cgit v1.2.3