mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
WIP get settings info out of headers, out of libutil
Also make a tiny bit of progress on libstore
This commit is contained in:
parent
2ea9f59978
commit
b0e198cd03
66 changed files with 247 additions and 137 deletions
|
@ -46,7 +46,7 @@ This completes the infrastructure overhaul for the [RFC 132](https://github.com/
|
|||
@@ @@
|
||||
-#include "config.hh"
|
||||
+// Additionally renamed to distinguish from components' config headers.
|
||||
+#include "nix/util/configuration.hh"
|
||||
+#include "nix/main/configuration.hh"
|
||||
@@ @@
|
||||
-#if HAVE_ACL_SUPPORT
|
||||
+#if NIX_SUPPORT_ACL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue