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 2007/10/18 21:21:17 UTC

svn commit: r586096 - /apr/apr-util/branches/1.2.x/include/private/apu_select_dbm.hw

Author: wrowe
Date: Thu Oct 18 12:21:17 2007
New Revision: 586096

URL: http://svn.apache.org/viewvc?rev=586096&view=rev
Log:
Detab, and this is not apu_want.h

Modified:
    apr/apr-util/branches/1.2.x/include/private/apu_select_dbm.hw

Modified: apr/apr-util/branches/1.2.x/include/private/apu_select_dbm.hw
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/private/apu_select_dbm.hw?rev=586096&r1=586095&r2=586096&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/private/apu_select_dbm.hw (original)
+++ apr/apr-util/branches/1.2.x/include/private/apu_select_dbm.hw Thu Oct 18 12:21:17 2007
@@ -20,13 +20,9 @@
 /*
 ** The following macros control what features APRUTIL will use
 */
-#define APU_USE_SDBM	1
-#define APU_USE_GDBM	0
-#define APU_USE_NDBM	0
-#define APU_USE_DB	0
-
-#if APU_USE_DB
-#include <db.h>
-#endif
+#define APU_USE_SDBM    1
+#define APU_USE_GDBM    0
+#define APU_USE_NDBM    0
+#define APU_USE_DB      0
 
 #endif	/* !APU_SELECT_DBM_H */