On Sat, Jun 11, 2011 at 02:46:58PM +0200, Francois Tigeot wrote: > > In light of my recent findings, I have become convinced Adabas D is not used > and will not be in the future. > > We could kill two birds with one stone by simply disabling the build of this > library.
The attached patch disables the Adabas D client library in -master (but does not remove the driver code itself). I intend to push it in a few days. -- Francois Tigeot
>From 5ee82b4261a3483413032980d82cb992e48cd5e1 Mon Sep 17 00:00:00 2001 From: Francois Tigeot <[email protected]> Date: Sun, 12 Jun 2011 08:10:49 +0200 Subject: [PATCH] Disable Adabas D database driver --- scp2/source/ooo/file_library_ooo.scp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 125a50c..572b732 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -34,9 +34,6 @@ File gid_File_Lib_Accessbridge Name = "java_uno_accessbridge.dll"; End #endif -#if ((defined(WNT)) || (defined(LINUX)) || ((defined(SOLARIS)) && (defined(SPARC)))|| defined(NETBSD) ) -STD_LIB_FILE( gid_File_Lib_Adabas, adabas) -#endif #if defined(WNT) STD_LIB_FILE( gid_File_Lib_Ado, ado) -- 1.7.4.1
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
