X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Futils.h;h=becdc92427379d29348ec92da443ac6cdd068d1c;hb=889f705d1bc7eb439ddb0192249e44783196ce00;hp=bac112ed713d3e6cd7ffb2dd53f994550df35a25;hpb=76780021d822779f839bbf85883292e15eb3f587;p=wget diff --git a/src/utils.h b/src/utils.h index bac112ed..becdc924 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 { @@ -70,10 +66,6 @@ struct file_memory { char *time_str (time_t); char *datetime_str (time_t); -#ifdef DEBUG_MALLOC -void print_malloc_debug_stats (); -#endif - char *xstrdup_lower (const char *); char *strdupdelim (const char *, const char *);