alloca() issue on tru64

2002-09-09 Thread Dave Hill
change to include alloca.h if HAVE_ALLOCA is set. If my assumption is wrong that alloca is a universal include file (for machines that have alloca), then this could be restricted to Tru64, or maybe another conditional in configure :-p regards, Dave Hill --- srclib/apr/poll/unix/poll.c.orig

apachectl and options take 2

2002-08-29 Thread Dave Hill
this into the tree for me ? thanks, Dave Hill *** apachectl.in.orig Thu Aug 29 11:20:36 2002 --- apachectl.inThu Aug 29 14:19:29 2002 *** *** 22,28 # When multiple arguments are given, only the error from the _last_ # one is reported. Run apachectl help for usage info

Re: apachectl and options take 2

2002-08-29 Thread Dave Hill
Hi again, Attached is the diff -u version of the proposes apachectl changes. If I am outvoted on the env veriable (and so far it is 2 against me :-) just drop the $HTTPD_OPTIONS from the end of the line in the few places it occurs. thanks, Dave Hill --- apachectl.in.orig 2002-08

adding options to apachectl

2002-08-27 Thread Dave Hill
to parse modify. If HTTPD_OPTIONS is not set, it defaults to blank which is just fine. Proposed patch follows: regards, Dave Hill *** apachectl.orig Tue Aug 27 13:58:52 2002 --- apachectl Tue Aug 27 14:02:30 2002 *** *** 54,68 case $ARGV in start|stop