]> sjero.net Git - wget/blobdiff - src/cookies.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / cookies.c
index bdc32745b9e2afeaefdfe2010793eb0ba6b7b199..1258472a13d1d6f02226e4030db417978a2c7668 100644 (file)
@@ -43,6 +43,8 @@ as that of the covered work.  */
    sites that do send Set-Cookie2 also emit Set-Cookie for
    compatibility.  */
 
+#define USE_GNULIB_ALLOC
+
 #include "wget.h"
 
 #include <stdio.h>