1
0
Fork 0
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:
John Ericson 2024-07-02 14:57:31 -04:00
parent 2ea9f59978
commit b0e198cd03
66 changed files with 247 additions and 137 deletions

View file

@ -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