]> sjero.net Git - wget/blobdiff - src/spider.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / spider.c
index 492bd81156fd8563648b9c0973985702a9d1ef90..702540934b706d04d787a26289babcba329df1b3 100644 (file)
@@ -1,5 +1,5 @@
 /* Keep track of visited URLs in spider mode.
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 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 "wget.h"
 
 #include <stdio.h>