striker 2003/10/31 03:42:05
Modified: include Tag: APU_0_9_BRANCH apu.hw
Log:
Backport from 1.0
Allow external override of APU_HAVE_DB.
Submitted by: Branko Cibej
Revision Changes Path
No revision
No revision
1.14.2.1 +4 -0 apr-util/include/apu.hw
Index: apu.hw
===================================================================
RCS file: /home/cvs/apr-util/include/apu.hw,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -r1.14 -r1.14.2.1
--- apu.hw 18 Aug 2003 10:43:19 -0000 1.14
+++ apu.hw 31 Oct 2003 11:42:05 -0000 1.14.2.1
@@ -144,7 +144,11 @@
*/
#define APU_HAVE_SDBM 1
#define APU_HAVE_GDBM 0
+
+/* Allow external override */
+#if !defined(APU_HAVE_DB)
#define APU_HAVE_DB 0
+#endif
#define APU_HAVE_APR_ICONV 1