comparison src/main.h @ 126:b51cee929416

Add program debug logging.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Aug 2017 13:22:27 +0300
parents 6e2d26e7a0b4
children 10c6bd84eb32
comparison
equal deleted inserted replaced
125:6e2d26e7a0b4 126:b51cee929416
23 // 23 //
24 #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.) 24 #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.)
25 #define APP_ID "Kampus Syntilista" // Application ID (for settings) 25 #define APP_ID "Kampus Syntilista" // Application ID (for settings)
26 #define APP_NAME "Café Kampus Syntilista" // Application title/name 26 #define APP_NAME "Café Kampus Syntilista" // Application title/name
27 #define APP_SQLITE_FILE "syntilista.sqlite3" // SQLite3 database file name (without path) 27 #define APP_SQLITE_FILE "syntilista.sqlite3" // SQLite3 database file name (without path)
28 28 #define APP_LOG_FILE "log.txt" // Application log file
29 29
30 #define SQL_LEN_FIRST_NAME 128 30 #define SQL_LEN_FIRST_NAME 128
31 #define SQL_LEN_LAST_NAME 128 31 #define SQL_LEN_LAST_NAME 128
32 #define SQL_LEN_EXTRA_INFO 2048 32 #define SQL_LEN_EXTRA_INFO 2048
33 33