mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-21 12:34:56 +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
|
# define WITH_NICE_MEDIA_TYPES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define DB_BACKEND "@DINDEXER_DB_BACKEND@"
|
||||||
|
|
||||||
#define COPYRIGHT_YEARS_LIST @DINDEXER_COPYRIGHT_YEARS@
|
#define COPYRIGHT_YEARS_LIST @DINDEXER_COPYRIGHT_YEARS@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -52,6 +52,7 @@ void print_builtin_feats() {
|
||||||
#else
|
#else
|
||||||
printf("WITH_NICE_MEDIA_TYPES = no\n");
|
printf("WITH_NICE_MEDIA_TYPES = no\n");
|
||||||
#endif
|
#endif
|
||||||
|
printf("DB_BACKEND = \"%s\"\n", DB_BACKEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_version() {
|
void print_version() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue