]> sjero.net Git - wget/blobdiff - src/netrc.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / netrc.c
index 84f722eded223991afe9a8116ed214a2e099f675..35163a61e9070b5d2cd879fb05a4ea11a465545c 100644 (file)
@@ -1,5 +1,5 @@
 /* Read and parse the .netrc file to get hosts, accounts, and passwords.
-   Copyright (C) 1996, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1996, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -30,6 +30,8 @@ as that of the covered work.  */
 /* This file used to be kept in synch with the code in Fetchmail, but
    the latter has diverged since.  */
 
+#define USE_GNULIB_ALLOC
+
 #include "wget.h"
 
 #include <stdio.h>