comparison src/main.h @ 280:2b5d4b6884dc

Rename.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 May 2023 10:56:57 +0300
parents 49a484ad1155
children 0f345852b3ed
comparison
equal deleted inserted replaced
279:770d1ea07a49 280:2b5d4b6884dc
28 // 28 //
29 // Global application defines 29 // Global application defines
30 // 30 //
31 #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.) 31 #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.)
32 #define APP_ID "Syntilista" // Application ID (for settings) 32 #define APP_ID "Syntilista" // Application ID (for settings)
33 #define APP_NAME "Café Kampus Syntilista" // Application title/name 33 #define APP_NAME "Syntilista" // Application title/name
34 #define APP_SQLITE_FILE "syntilista.sqlite3" // SQLite3 database file name (without path) 34 #define APP_SQLITE_FILE "syntilista.sqlite3" // SQLite3 database file name (without path)
35 #define APP_LOG_FILE "log.txt" // Application log file name (without path) 35 #define APP_LOG_FILE "log.txt" // Application log file name (without path)
36 36
37 // SQL database field width/lengths 37 // SQL database field width/lengths
38 #define SQL_LEN_FIRST_NAME 128 38 #define SQL_LEN_FIRST_NAME 128