exports.c dependencies

2003-04-01 Thread Roy T. Fielding
I have been trying to fix a simple warning in httpd 2.1 and am getting stuck in spaghetti. apr_sendfile is being exported even when it is not usable, and as a result there is no declaration prior to implementation of the function in network_io. So, I fix that and find that it won't build because

Re: Versioning policy was Re: [PATCH] fix apr-config with symlinks

2003-04-01 Thread David Reid
Last one gets my vote. whichever we go for it needs to be CLEARLY documented :) david - Original Message - From: "Justin Erenkrantz" <[EMAIL PROTECTED]> To: "William A. Rowe, Jr." <[EMAIL PROTECTED]> Cc: Sent: Monday, March 31, 2003 2:42 AM Subject: Re: Versioning policy was Re: [PATCH]

Re: Problem with apr_proc_mutex

2003-04-01 Thread Rohan Nandode
Hi, Thanks for all the responses! > 2. you probably want to be explicit, anyways, about > your mutex method, >e.g. try this list in order... > > APR_LOCK_FCNTL I tried to use APR_LOCK_FCNTL locking method. But it is also giving same problems. What I observed in FCNTL locking is, 1. Fi

apr 1.0

2003-04-01 Thread Cliff Woolley
The humor of the version number "apr 1" just now struck me. ;)