aboutsummaryrefslogtreecommitdiff
path: root/tests/server/testpart.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-02 12:39:10 +0000
committerYang Tse <yangsita@gmail.com>2010-02-02 12:39:10 +0000
commit232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc (patch)
tree99402b1dd1f8fd7bda4a509f6862adbb7f12002b /tests/server/testpart.c
parentbafba6946cae049b066d48b473d8ab8b9bd0cb33 (diff)
avoid possibility of using obsoleted stuff
Diffstat (limited to 'tests/server/testpart.c')
-rw-r--r--tests/server/testpart.c4
1 files changed, 3 insertions, 1 deletions
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, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, 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"