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
|