2008-06-07  Greg Best Olszewski  <gno@gropeep.org>

	* src/Makefile.in (CFLAGS): add default config file, log file

	* src/log.c (init_log): add a default logfile

	* src/config.c (read_config): distinguish no config file from bad config file

	* src/main.c (main): read /etc/chttpd.conf without -c argument

2000-03-12  Greg Olszewski  <noop@reilly.comarre.com>

	* socket.c: added a cast and thats about it.

	* main.c: fixed a few includes, and marked off a few
	things with CONFIG_DAEMON

	* log.c: FIXME:switched vsnprintf to vsprintf, but 
	introduces buffer overflow

	* httpsock.c: a few fixes.

	* Makefile.in: portability fixes

	* autoconf.h.in: support for socklen_t

	* configure.in: added check for socklen_t

2000-03-10  Greg Olszewski  <noop@reilly.comarre.com>

	* config.h: 
		fought, but it should be right

	* main.c: 
	* log.c: 
	* httpsock.c: 
		Fixed #includes. got binary size down
		broke 16000 byte barrier!
	* config.h.in: 
	* autoconf.h.in: 
	* Makefile.in: 
		Switched to autoconf.h.in and config.h

	
	

	* config.c: dealt with ssize_t problems for DEC
	(I hope).

2000-03-09  Greg Olszewski  <noop@reilly.comarre.com>

	* Makefile: now matches Makefile.in

	* httpsock.c:
		removed asprintf( BSD specifc) replaced
		with malloc and sprintf. (return code of
		malloc is checked).

	* Makefile.in: Changed around the clean-levels so we
			I could add configure to CVS for
			stupid HPUX machine without autoconf

2000-03-05  Greg Olszewski  <noop@reilly.comarre.com>

	* socket.c: ditto's

	* main.c: change made for switch to autoconf and daemon syscall
	

	* log.c: Changes made for switch to autoconf
	

