office-gobmx/config_host/config_firebird.h.in
Michal Kubecek de899f0b35 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>
2016-06-03 17:08:32 +00:00

10 lines
117 B
C

/*
Settings for Firebird
*/
#ifndef CONFIG_FIREBIRD_H
#define CONFIG_FIREBIRD_H
#define HAVE_FIREBIRD_30 0
#endif