Uncomment debug logging and compile it conditionally

This commit is contained in:
Alexey Romanov
2010-12-07 15:02:35 +03:00
parent 125d1791de
commit 3c96c26c11
2 changed files with 34 additions and 24 deletions

View File

@@ -11,11 +11,10 @@
#error "SQLite3 of version 3.6.1 minumum required"
#endif
// Path to file where data will be stored.
// It will be created if it doesn't exist
#define DB_PATH "./store.db"
#define LOG_PATH "/tmp/erlang-sqlite3-drv.log"
// Binary commands between Erlang VM and Driver
#define CMD_SQL_EXEC 2