]> sjero.net Git - wget/blobdiff - src/utils.h
Undo the USE_GNULIB_ALLOC defines.
[wget] / src / utils.h
index bac112ed713d3e6cd7ffb2dd53f994550df35a25..d3ae9b33f11c75a61dfeb3de1cf8686a3bfb0f9c 100644 (file)
@@ -31,8 +31,6 @@ as that of the covered work.  */
 #ifndef UTILS_H
 #define UTILS_H
 
-#ifdef USE_GNULIB_ALLOC
-
 /* Constant is using when we don`t know attempted size exactly */
 #define UNKNOWN_ATTEMPTED_SIZE -3
 
@@ -55,8 +53,6 @@ as that of the covered work.  */
    additional errors.  (But we currently don't do that!)  */
 #define xfree_null(p) if (!(p)) ; else xfree (p)
 
-#endif /* USE_GNULIB_ALLOC */
-
 struct hash_table;
 
 struct file_memory {