From 7e6d2bf451199c1724c48046a17990645e94b610 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 9 Apr 2002 16:32:22 +0000 Subject: New changes to configure.ac, hashmap.c, and vector.c --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c9c8b7..0067bd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2002-04-09 Robert James Kaes + + * configure.ac: The configure script now doesn't include a check + for the malloc.h header if tinyproxy is being compiled on an + OpenBSD machine. I might actually just remove the malloc.h header + since the malloc/calloc/realloc/free functions are supposed to be + in the stdlib.h header. I also changed the LIBOBJS="" lines to + AC_LIBOBJ() macro so conform to the new Autoconf rules. + + * src/hashmap.c: + * src/vector.c: Cleaned up the include headers to _hopefully_ be + more portable. Who knows though. + 2002-04-08 Robert James Kaes * src/thread.c (thread_main_loop): Moved the looping code into -- cgit v1.2.3