Re: apu-util DBD back-ends

2012-08-15 Thread William A. Rowe Jr.
On 8/15/2012 6:10 PM, olli hauer wrote: > On 2012-08-16 00:25, William A. Rowe Jr. wrote: >> On 8/15/2012 4:03 PM, olli hauer wrote: >>> Is there a way to find out if apu-util has support for different DBD >>> backends like pgsql / sqlite3 / mysql ... >>> >>> I could test if apr_dbd_$dbtype exist,

Re: apu-util DBD back-ends

2012-08-15 Thread olli hauer
On 2012-08-16 00:25, William A. Rowe Jr. wrote: > On 8/15/2012 4:03 PM, olli hauer wrote: >> Is there a way to find out if apu-util has support for different DBD >> backends like pgsql / sqlite3 / mysql ... >> >> I could test if apr_dbd_$dbtype exist, but this looks like a dirty hack for >> me. >>

Re: apu-util DBD back-ends

2012-08-15 Thread William A. Rowe Jr.
On 8/15/2012 4:03 PM, olli hauer wrote: > Is there a way to find out if apu-util has support for different DBD > backends like pgsql / sqlite3 / mysql ... > > I could test if apr_dbd_$dbtype exist, but this looks like a dirty hack for > me. > I'm thinking more about an extension for apr-1-config

apu-util DBD back-ends

2012-08-15 Thread olli hauer
Is there a way to find out if apu-util has support for different DBD backends like pgsql / sqlite3 / mysql ... I could test if apr_dbd_$dbtype exist, but this looks like a dirty hack for me. I'm thinking more about an extension for apr-1-config for example --- ./apu-config.in.orig +++ ./apu-confi

Re: svn commit: r1373078 - in /apr/apr/branches/1.5.x: ./ include/apr_file_io.h include/apr_network_io.h include/apr_thread_proc.h include/apr_want.h

2012-08-15 Thread Jeff Trawick
On Wed, Aug 15, 2012 at 3:40 AM, Rainer Jung wrote: > Hi Jeff, > > > On 14.08.2012 22:48, traw...@apache.org wrote: >> >> Author: trawick >> Date: Tue Aug 14 20:48:12 2012 >> New Revision: 1373078 >> >> URL: http://svn.apache.org/viewvc?rev=1373078&view=rev >> Log: >> Merge parts of r896382 applic

Re: svn commit: r1373078 - in /apr/apr/branches/1.5.x: ./ include/apr_file_io.h include/apr_network_io.h include/apr_thread_proc.h include/apr_want.h

2012-08-15 Thread Rainer Jung
Hi Jeff, On 14.08.2012 22:48, traw...@apache.org wrote: Author: trawick Date: Tue Aug 14 20:48:12 2012 New Revision: 1373078 URL: http://svn.apache.org/viewvc?rev=1373078&view=rev Log: Merge parts of r896382 applicable to apr 1.5.x from trunk: Fixes various doxygen usage warnings and minor dox