mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-20 12:14:55 +00:00
Print db backend name in --builtin view
This commit is contained in:
parent
8f98495049
commit
45fc758915
2 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
|||
# define WITH_NICE_MEDIA_TYPES
|
||||
#endif
|
||||
|
||||
#define DB_BACKEND "@DINDEXER_DB_BACKEND@"
|
||||
|
||||
#define COPYRIGHT_YEARS_LIST @DINDEXER_COPYRIGHT_YEARS@
|
||||
|
||||
#endif
|
||||
|
|
|
@ -52,6 +52,7 @@ void print_builtin_feats() {
|
|||
#else
|
||||
printf("WITH_NICE_MEDIA_TYPES = no\n");
|
||||
#endif
|
||||
printf("DB_BACKEND = \"%s\"\n", DB_BACKEND);
|
||||
}
|
||||
|
||||
void print_version() {
|
||||
|
|
Loading…
Add table
Reference in a new issue