office-gobmx/config_host/config_firebird.h.in
Rene Engelhard 752a1e2724 (try to) fix dbaccess firebird-related tests
after 1c5c9b84df

Move headless check into test and add missing component file for firebird...
Also check for ENABLE_FIREBIRD_SDBC...

Change-Id: I27ea9fb08ebcce701a54686a8986e5071a8bcf96
Reviewed-on: https://gerrit.libreoffice.org/53940
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2018-05-11 10:15:44 +02:00

12 lines
149 B
C

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