b5e6a478e8
Change-Id: If318cd33356c0082a63cbd941cdfc753c9d800e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116977 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
10 lines
121 B
C
10 lines
121 B
C
/*
|
|
Settings for Firebird
|
|
*/
|
|
|
|
#ifndef CONFIG_FIREBIRD_H
|
|
#define CONFIG_FIREBIRD_H
|
|
|
|
#define ENABLE_FIREBIRD_SDBC 0
|
|
|
|
#endif
|