[EMAIL PROTECTED] wrote:
Author: niq
Date: Wed Aug 10 08:56:53 2005
New Revision: 231274
URL: http://svn.apache.org/viewcvs?rev=231274&view=rev
Log:
Remove conditional include from apr_dbd.h.
That means putting it explicitly in to all the drivers. *sigh*
Oh come on, it's not that bad. :)
#define APR_DBD_INTERNAL
+#include "apr_dbd_internal.h"
#include "apr_dbd.h"
Actually, I thought you'd do away with the APR_DBD_INTERNAL define
altogether. It's not necessary, and apr_dbd.h should not use it in any way.
-- Brane