From 232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 2 Feb 2010 12:39:10 +0000 Subject: avoid possibility of using obsoleted stuff --- tests/server/testpart.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/server/testpart.c') diff --git a/tests/server/testpart.c b/tests/server/testpart.c index df0d1aa8f..d2be529de 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2010, 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 @@ -21,6 +21,8 @@ * $Id$ ***************************************************************************/ +#define CURL_NO_OLDIES + #include "setup.h" #include "getpart.h" -- cgit v1.2.3