You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2005/07/08 11:51:49 UTC

svn commit: r209725 - /apr/apr-util/trunk/include/apu.hw

Author: mturk
Date: Fri Jul  8 02:51:48 2005
New Revision: 209725

URL: http://svn.apache.org/viewcvs?rev=209725&view=rev
Log:
Add default defines for dbd's APU_HAVE_XXX.

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

Modified: apr/apr-util/trunk/include/apu.hw
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apu.hw?rev=209725&r1=209724&r2=209725&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apu.hw (original)
+++ apr/apr-util/trunk/include/apu.hw Fri Jul  8 02:51:48 2005
@@ -99,5 +99,15 @@
 #define APU_HAVE_ICONV         0
 #define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
 
+#if !defined(APU_HAVE_PGSQL)
+#define APU_HAVE_PGSQL      0
+#endif
+#if !defined(APU_HAVE_SQLITE2)
+#define APU_HAVE_SQLITE2    0
+#endif
+#if !defined(APU_HAVE_SQLITE3)
+#define APU_HAVE_SQLITE3    0
+#endif
+
 #endif /* APU_H */
 #endif /* WIN32 */