[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
Synopsis: Appropriate Way to "configure" -D compilation variables
State-Changed-From-To: open-closed
State-Changed-By: rse
State-Changed-When: Tue Apr 21 01:08:32 PDT 1998
State-Changed-Why:
You didn't read the INSTALL file carefully enough:
There is a note especially for you:
NOTE: Although we'll often advice you to read the src/Configuration.tmpl
file parts to better understand the various options in this
section, there is at no time any need to _EDIT_ this file. The
_COMPLETE_ configuration takes place via command line arguments to
the ./configure script. The src/Configuration.tmpl file is a
read-only resource, here.
In other words: Configuration.tmpl should
not be edited. Neither when using the old nor when
using the new configuration scheme. Instead use
$ CFLAGS="-DHARD_SERVER_LIMIT=512" ./configure ...
Please read INSTALL again. Thanks.