cvs commit: apache/src util_script.c

1996-12-26 Thread Randy Terbush
randy 96/12/26 09:36:24 Modified:src util_script.c Log: Attempt to make this more portable. Use _POSIX_ARG_MAX and include limits.h. Revision ChangesPath 1.33 +2 -2 apache/src/util_script.c Index: util_script.c

cvs commit: apache/src Configure util_script.c util_script.h

1996-12-26 Thread Randy Terbush
randy 96/12/26 11:07:10 Modified:src Configure util_script.c util_script.h Log: Revert to a more sane solution for ARG_MAX define in create_argv(). Include a fixe to Configure which solves incompatibilty with 'awk' on Solaris and I suspect others. (-v was the culprit)

cvs commit: apache/src Configure

1996-12-26 Thread Randy Terbush
randy 96/12/26 11:21:44 Modified:src Configure Log: Thinking in small steps today. Add the same error checking for -file Revision ChangesPath 1.61 +4 -0 apache/src/Configure Index: Configure