diff options
author | jwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68> | 2003-07-09 19:31:08 +0000 |
---|---|---|
committer | jwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68> | 2003-07-09 19:31:08 +0000 |
commit | 3192f411a1414728c45e065c3d5fc36e1e4453b5 (patch) | |
tree | d4911404376f52898f903fbf6779e587005fe06a /include/apu.hw | |
parent | e5853da7b56a70b478e516642506f7a9a74f2ce2 (diff) | |
download | libapr-util-3192f411a1414728c45e065c3d5fc36e1e4453b5.tar.gz |
propagate change to other platforms' headers
Submitted by: Mickael Marchand
Reviewed by: Ian Holsman, Cliff Woolley
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apu.hw')
-rw-r--r-- | include/apu.hw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apu.hw b/include/apu.hw index 67ec06c0..a84aa4c1 100644 --- a/include/apu.hw +++ b/include/apu.hw @@ -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> |