752a1e2724
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>
12 lines
149 B
C
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
|