You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2008/06/13 08:41:15 UTC

svn commit: r667382 - in /apr/apr-util/branches/1.3.x/include: apu.hw private/apr_dbd_odbc_v2.h

Author: wrowe
Date: Thu Jun 12 23:41:15 2008
New Revision: 667382

URL: http://svn.apache.org/viewvc?rev=667382&view=rev
Log:
I think we missed these two backports in bojan's
earlier efforts.

Added:
    apr/apr-util/branches/1.3.x/include/private/apr_dbd_odbc_v2.h
      - copied unchanged from r667368, apr/apr-util/trunk/include/private/apr_dbd_odbc_v2.h
Modified:
    apr/apr-util/branches/1.3.x/include/apu.hw

Modified: apr/apr-util/branches/1.3.x/include/apu.hw
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu.hw?rev=667382&r1=667381&r2=667382&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apu.hw (original)
+++ apr/apr-util/branches/1.3.x/include/apu.hw Thu Jun 12 23:41: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
 
 #define APU_HAVE_APR_ICONV      1
 #define APU_HAVE_ICONV          0