haresources - line size limit?

Alan Robertson alanr@unix.sh
Tue, 19 Mar 2002 06:42:57 -0700


James Ogley wrote:

> Hi,
> 
> Just wondering if there's a limit to the length that lines within
> haresources can be?


You can use '\' for continuations, but there is a limit of 1024 bytes on the 
line length.  It won't buffer overflow if it's longer, but it won't give a 
good diagnostic either.  I just made a note of it in config.c  Patches are 
being accepted...

	-- Alan Robertson
	   alanr@unix.sh