11 lines
117 B
C
11 lines
117 B
C
![]() |
/*
|
||
|
Settings for Firebird
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_FIREBIRD_H
|
||
|
#define CONFIG_FIREBIRD_H
|
||
|
|
||
|
#define HAVE_FIREBIRD_30 0
|
||
|
|
||
|
#endif
|