]> sjero.net Git - wget/blobdiff - src/hash.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / hash.c
index 7740b32876522e7a411ee4f21dff5e51d0eeadff..f8b3c11faa4242d463c2ddef7d35fb5988b6872f 100644 (file)
@@ -1,6 +1,6 @@
 /* Hash tables.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -31,6 +31,8 @@ as that of the covered work.  */
 /* With -DSTANDALONE, this file can be compiled outside Wget source
    tree.  To test, also use -DTEST.  */
 
+#define USE_GNULIB_ALLOC
+
 #ifndef STANDALONE
 # include "wget.h"
 #endif