You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2007/10/23 01:21:16 UTC

svn commit: r587282 - /apr/apr-util/trunk/include/apu.hnw

Author: fuankg
Date: Mon Oct 22 16:21:15 2007
New Revision: 587282

URL: http://svn.apache.org/viewvc?rev=587282&view=rev
Log:
for now now DSO drivers without hacking the header.

Modified:
    apr/apr-util/trunk/include/apu.hnw

Modified: apr/apr-util/trunk/include/apu.hnw
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apu.hnw?rev=587282&r1=587281&r2=587282&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apu.hnw (original)
+++ apr/apr-util/trunk/include/apu.hnw Mon Oct 22 16:21:15 2007
@@ -79,21 +79,11 @@
 #define APU_HAVE_DB_VERSION     0
 #endif
 
-#ifndef APU_HAVE_PGSQL
 #define APU_HAVE_PGSQL          0
-#endif
-#ifndef APU_HAVE_MYSQL
 #define APU_HAVE_MYSQL          0
-#endif
-#ifndef APU_HAVE_SQLITE3
 #define APU_HAVE_SQLITE3        0
-#endif
-#ifndef APU_HAVE_SQLITE2
 #define APU_HAVE_SQLITE2        0
-#endif
-#ifndef APU_HAVE_ORACLE
 #define APU_HAVE_ORACLE         0
-#endif
 
 #define APU_HAVE_APR_ICONV      0
 #define APU_HAVE_ICONV          1