diff options
author | Michal Kubecek <mkubecek@suse.cz> | 2016-06-02 11:56:10 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-06-03 17:08:32 +0000 |
commit | de899f0b350e51b1932fa4674f7ce2ae386cd1ce (patch) | |
tree | f0e9222273bc395930dd6fe926a84f6a8642e4e9 /config_host | |
parent | faaacb997b3c404048bd986caf9e4b5f5263cb3c (diff) |
connectivity: firebird: use ODS12 test database for Firebird 3
Firebird 3.0 uses new database file format (ODS, On Disk Structure) so
that we need to use either ODS11 or ODS12 version of test database for
dbaccess_firebird test, depending on whether building against Firebird
2.5 or 3.0 libraries.
Change-Id: Idecdc35b0ac87ab7f46cb79b5c044c65423a2c7e
Reviewed-on: https://gerrit.libreoffice.org/25846
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_firebird.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_firebird.h.in b/config_host/config_firebird.h.in new file mode 100644 index 000000000000..c6aa43ac54f3 --- /dev/null +++ b/config_host/config_firebird.h.in @@ -0,0 +1,10 @@ +/* +Settings for Firebird +*/ + +#ifndef CONFIG_FIREBIRD_H +#define CONFIG_FIREBIRD_H + +#define HAVE_FIREBIRD_30 0 + +#endif |