]> sjero.net Git - wget/blobdiff - src/ftp-basic.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / ftp-basic.c
index dd3ee3afa710c186c057f46b01ac6c58cb89f308..9145fe7d5c662ab379c9c613008eea1ec14cb9a6 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic FTP routines.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -28,6 +28,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 <assert.h>