]> sjero.net Git - wget/blobdiff - src/test.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / test.c
index a15030222c66248b3427e884ddb2ec5e09ad1f16..d6a865921dc5284ab7c9b47aff6441f30f25b835 100644 (file)
@@ -1,5 +1,5 @@
 /* Unit testing.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -27,6 +27,8 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#define USE_GNULIB_ALLOC
+
 #include <stdio.h>
 
 #include "test.h"