aboutsummaryrefslogtreecommitdiff
path: root/tests/server/tftpd.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/tftpd.c
parentbafba6946cae049b066d48b473d8ab8b9bd0cb33 (diff)
avoid possibility of using obsoleted stuff
Diffstat (limited to 'tests/server/tftpd.c')
-rw-r--r--tests/server/tftpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c
index cf0979254..eefeb3ea4 100644
--- a/tests/server/tftpd.c
+++ b/tests/server/tftpd.c
@@ -48,6 +48,8 @@
* SUCH DAMAGE.
*/
+#define CURL_NO_OLDIES
+
#include "setup.h" /* portability help from the lib directory */
#ifdef HAVE_SYS_IOCTL_H