Re: build blues

2001-01-31 Thread Greg Stein
On Mon, Jan 29, 2001 at 12:48:59AM -0500, Roy T. Fielding wrote: ... So, before I go and do something that I'll later regret, why can't we do the following: make apr the center of the build universe, build it first (without any dependencies on the higher-level code that will make use of it),

Re: build blues

2001-01-31 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: [ one thing that bugs me to no end is that we define macros with the AC_ prefix. I see a macro, look it up in the autoconf docs, can't find it, then discover we wrote it. blarg. ... amen (but then I'm guilty of this too from many moons ago :) ) --

Re: cvs commit: apr/include apr_file_info.h

2001-01-31 Thread William A. Rowe, Jr.
stoddard01/01/31 12:01:16 Modified:modules/http http_request.c file_io/win32 filestat.c include apr_file_info.h Log: apr_stat() in http_request.c only needs size, type, mtime, ctime atime values from the file. Modify apr_stat() under