1
0
Fork 0
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:
King_DuckZ 2016-05-24 09:37:11 +02:00
parent 8f98495049
commit 45fc758915
2 changed files with 3 additions and 0 deletions

View file

@ -50,6 +50,8 @@
# define WITH_NICE_MEDIA_TYPES
#endif
#define DB_BACKEND "@DINDEXER_DB_BACKEND@"
#define COPYRIGHT_YEARS_LIST @DINDEXER_COPYRIGHT_YEARS@
#endif

View file

@ -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() {