8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:43:03 +01:00

Added 'STATIC' option to DB declaration line to avoid sybmol conflicts when

security.o gets included in libgds.so.
This commit is contained in:
bellardo 2001-08-06 21:22:59 +00:00
parent 2a5144196d
commit 360c7ce10c

View File

@ -36,7 +36,7 @@
/* DATABASE DB = STATIC FILENAME "isc.gdb"; */
DATABASE DB = FILENAME "isc4.gdb";
DATABASE DB = STATIC FILENAME "isc4.gdb";
#define MAX_PASSWORD_LENGTH 31
#define SYSDBA_USER_NAME "SYSDBA"