K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-05-28T14:13:20.000000Z
K 7
svn:log
V 823
From: Russell Vincent <russellv@uk.uu.net>

This patch removes a compiler warning and includes some (hopefully)
improvements to the innconf setup. New file will be sent in a separate
message.

frontends/innconfval.c
 - allow a blank parameter in inn.conf

include/clibrary.h.in
 - include limits.h if exists
include/config.h.in
 - add possible definition for HAVE_LIMITS_H
include/libinn.h
include/paths.h.in
 - remove all the CONF parameters (now in separate include)

lib/getconfig.c
 - include innconf.h
 - cleanup so that CONF defines match the parameter names

inn.conf.in
 - blank parameters are now allowed. Default to NULL or empty string
 - a few cleanups with comments and positioning

storage/cnfs/cnfs.c
 - remove duplicate include of configdata.h
 - move clibrary.h to be after configdata.h to pick up defines

END
