mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 19:51:00 +01:00
This commit is contained in:
parent
bcc3862331
commit
fd350a1555
2 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ if test "$old_db_compat" = "no"; then
|
||||||
bdb_lib=
|
bdb_lib=
|
||||||
bdb_include=
|
bdb_include=
|
||||||
else
|
else
|
||||||
AC_DEFINE(OLD_DB_COMPAT, 1, [Whether to support converting from old Berkeley DB-based Nix stores.])]
|
AC_DEFINE(OLD_DB_COMPAT, 1, [Whether to support converting from old Berkeley DB-based Nix stores.])
|
||||||
fi
|
fi
|
||||||
AC_SUBST(bdb_lib)
|
AC_SUBST(bdb_lib)
|
||||||
AC_SUBST(bdb_include)
|
AC_SUBST(bdb_include)
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
#include "local-store.hh"
|
#include "local-store.hh"
|
||||||
#include "globals.hh"
|
#include "globals.hh"
|
||||||
#include "pathlocks.hh"
|
#include "pathlocks.hh"
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue