On 10/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> #if APU_HAVE_MYSQL
> DRIVER_LOAD("mysql", apr_dbd_mysql_driver, pool);
> @@ -75,10 +88,13 @@
> #if APU_HAVE_SQLITE2
> DRIVER_LOAD("sqlite2", apr_dbd_sqlite2_driver, pool);
> #endif
> +#if APU_HAVE_ORACLE
> + DRIVER_LOAD("oracle", apr_dbd_oracle_driver, pool);
> +#endif
> #if APU_HAVE_SOME_OTHER_BACKEND
> DRIVER_LOAD("firebird", apr_dbd_other_driver, pool);
> #endif
Umm, somehow I don't think you intended to commit that APU_HAVE_ORACLE part ;-)
-garrett