de899f0b35
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>
10 lines
117 B
C
10 lines
117 B
C
/*
|
|
Settings for Firebird
|
|
*/
|
|
|
|
#ifndef CONFIG_FIREBIRD_H
|
|
#define CONFIG_FIREBIRD_H
|
|
|
|
#define HAVE_FIREBIRD_30 0
|
|
|
|
#endif
|