You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2008/06/13 08:50:31 UTC

Re: svn commit: r667182 - in /apr/apr-util/trunk: Makefile.win aprutil.dsw dbd/apr_dbd.c dbd/apr_dbd_odbc.c dbd/apr_dbd_odbc.dsp include/apu.hw include/private/apr_dbd_odbc_v2.h

> --- apr/apr-util/trunk/include/apu.hw (original)
> +++ apr/apr-util/trunk/include/apu.hw Thu Jun 12 10:54:15 2008
> @@ -116,6 +116,8 @@
>  #define APU_HAVE_ORACLE         0
>  #define APU_HAVE_FREETDS        0
>  #endif
> +/* Windows always has ODBC */
> +#define APU_HAVE_ODBC           1

This didn't seem to be true; however I've added it to the .dsp's for both
the static and dynamic lib builds, so hopefully it is, now :)