diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-12 08:10:49 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-14 23:55:10 +0200 |
commit | 0ac9ee757cc07f86bcd22bfd8f8ea0adb810f206 (patch) | |
tree | b32ea863463eadf6012923d256b1da7f3160a0d9 /scp2 | |
parent | 585cf00348235648cc9a5d09b4e239590f3c5b1d (diff) |
Disable Adabas D database driver
Diffstat (limited to 'scp2')
-rw-r--r-- | 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 27bc0cb44583..d7c81a6d74f7 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) |