diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2008-05-23 17:04:11 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2008-05-23 17:04:11 +0000 |
commit | a7dc702543f6800b51fe1bca3de22ffe491b4788 (patch) | |
tree | 01ae30ea202d13105c7b0fb888c1a3eab73aa5cc /include | |
parent | 27ec6fb83527a2638ed9f31a78dffe063c17eddb (diff) | |
download | libapr-util-a7dc702543f6800b51fe1bca3de22ffe491b4788.tar.gz |
Turn off the APU DSO functionality so that NetWare continues to build as a single shared library
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@659597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/apu.hnw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apu.hnw b/include/apu.hnw index bb5aa554..eef74fe7 100644 --- a/include/apu.hnw +++ b/include/apu.hnw @@ -83,7 +83,7 @@ /* * we allways enable dynamic driver loads within apr_dbd */ -#define APU_DSO_BUILD 1 +#define APU_DSO_BUILD 0 #if !APU_DSO_BUILD #define APU_HAVE_PGSQL 0 |