striker 2003/10/31 03:26:06
Modified: include apu.hw
Log:
Allow external override of APU_HAVE_DB.
Submitted by: Branko Cibej
Revision Changes Path
1.15 +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.15
diff -u -r1.14 -r1.15
--- apu.hw 18 Aug 2003 10:43:19 -0000 1.14
+++ apu.hw 31 Oct 2003 11:26:06 -0000 1.15
@@ -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