Get rid of HAVE_LIBRETRODB ifdefs
This commit is contained in:
parent
9c92a3401e
commit
6544b0bcd7
|
@ -24,9 +24,7 @@
|
||||||
|
|
||||||
#include "tasks_internal.h"
|
#include "tasks_internal.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBRETRODB
|
|
||||||
#include "../database_info.h"
|
#include "../database_info.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "../configuration.h"
|
#include "../configuration.h"
|
||||||
#include "../file_path_special.h"
|
#include "../file_path_special.h"
|
||||||
|
@ -61,7 +59,6 @@ typedef struct db_handle
|
||||||
unsigned status;
|
unsigned status;
|
||||||
} db_handle_t;
|
} db_handle_t;
|
||||||
|
|
||||||
#ifdef HAVE_LIBRETRODB
|
|
||||||
|
|
||||||
#ifdef HAVE_COMPRESSION
|
#ifdef HAVE_COMPRESSION
|
||||||
static int archive_compare_crc32(const char *name, const char *valid_exts,
|
static int archive_compare_crc32(const char *name, const char *valid_exts,
|
||||||
|
@ -670,6 +667,3 @@ error:
|
||||||
free(db);
|
free(db);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,7 @@
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBRETRODB
|
|
||||||
#include "../database_info.h"
|
#include "../database_info.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "tasks_internal.h"
|
#include "tasks_internal.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue