summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
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/libtest/test.h
parentbafba6946cae049b066d48b473d8ab8b9bd0cb33 (diff)
downloadgnurl-232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc.tar.gz
gnurl-232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc.tar.bz2
gnurl-232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc.zip
avoid possibility of using obsoleted stuff
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 66416b42a..202ca7ba4 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -13,6 +13,8 @@
need both of them in the include path), so that we get good in-depth
knowledge about the system we're building this on */
+#define CURL_NO_OLDIES
+
#include "setup.h"
#include <curl/curl.h>