diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-09 16:32:22 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-09 16:32:22 +0000 |
commit | 7e6d2bf451199c1724c48046a17990645e94b610 (patch) | |
tree | 845bf10a2ab1cc6f35c61e7cf39418ac8c82c945 | |
parent | 2f54303d9876c34a72d9cd691d9bc05fe1bb75ed (diff) | |
download | tinyproxy-7e6d2bf451199c1724c48046a17990645e94b610.tar.gz tinyproxy-7e6d2bf451199c1724c48046a17990645e94b610.zip |
New changes to configure.ac, hashmap.c, and vector.c
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-04-09 Robert James Kaes <rjkaes@flarenet.com> + + * 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 <rjkaes@flarenet.com> * src/thread.c (thread_main_loop): Moved the looping code into |