jwoolley 2003/07/09 12:31:09
Modified: include apu.hnw apu.hw Log: propagate change to other platforms' headers Submitted by: Mickael Marchand Reviewed by: Ian Holsman, Cliff Woolley Revision Changes Path 1.9 +1 -1 apr-util/include/apu.hnw Index: apu.hnw =================================================================== RCS file: /home/cvs/apr-util/include/apu.hnw,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -u -r1.8 -r1.9 --- apu.hnw 7 Jan 2003 16:22:44 -0000 1.8 +++ apu.hnw 9 Jul 2003 19:31:07 -0000 1.9 @@ -116,7 +116,7 @@ #define APU_HAVE_DB 0 #if APU_HAVE_DB -#if APU_DBM_BERKELEYDB_PRIVATE +#ifdef APU_DBM_BERKELEYDB_PRIVATE /* this is only required for compiling dbm/apr_dbm_berkeleydb */ /* found version @db_version@ */ #include <db.h> 1.13 +1 -1 apr-util/include/apu.hw Index: apu.hw =================================================================== RCS file: /home/cvs/apr-util/include/apu.hw,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -u -r1.12 -r1.13 --- apu.hw 1 Jan 2003 00:02:20 -0000 1.12 +++ apu.hw 9 Jul 2003 19:31:08 -0000 1.13 @@ -147,7 +147,7 @@ #define APU_HAVE_DB 0 #if APU_HAVE_DB -#if APU_DBM_BERKELEYDB_PRIVATE +#ifdef APU_DBM_BERKELEYDB_PRIVATE /* this is only required for compiling dbm/apr_dbm_berkeleydb */ /* win32 note.. you will need to change this for db1 */ #include <db.h>
