On Wed, Jul 04, 2007 at 12:36:37AM -0000, [EMAIL PROTECTED] wrote: > Author: fuankg > Date: Tue Jul 3 17:36:35 2007 > New Revision: 553027 > > URL: http://svn.apache.org/viewvc?view=rev&rev=553027 > Log: > added define APU_DBD_DRIVER_FMT to apu.h which sets the driver format to > build the DSO name; > removed the ifdefs from apr_dbd.c; used apr_snprintf() also for symbol.
Why does this need to be part of the public API? (i.e. why isn't it private to apr_dbd.c, or in apu_config.h?) joe