X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Futils.h;fp=src%2Futils.h;h=d3ae9b33f11c75a61dfeb3de1cf8686a3bfb0f9c;hp=bac112ed713d3e6cd7ffb2dd53f994550df35a25;hb=2c772204111e678b7715937052c3e7217a42e1ad;hpb=2957ce1cbc36a89d09bc3f8dd3c29c0a5aae2a92 diff --git a/src/utils.h b/src/utils.h index bac112ed..d3ae9b33 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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 {