]> sjero.net Git - wget/blobdiff - src/hash.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / hash.c
index 4697b779bf65ef1ba4ec99de4d8ff0d122e342d3..f8b3c11faa4242d463c2ddef7d35fb5988b6872f 100644 (file)
@@ -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