X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=src%2Fconfig.h;h=50224a9540475cce578f3cd82ddfbbc6dd61199d;hp=3fdf1835fb0e357bb2ef1bdccaf1f1e5205e9be3;hb=2068f216167f380e21f701531e4c19f85cda5937;hpb=76b67a1868f8e9f47121d87819147ac157889432 diff --git a/src/config.h b/src/config.h index 3fdf183..50224a9 100644 --- a/src/config.h +++ b/src/config.h @@ -1,20 +1,6 @@ -/*our buffers for xml config file contents */ -static gchar **hostnamed_ispect_xml, **hostnamed_dbus_xml, - **localed_ispect_xml, **localed_dbus_xml, - **timedated_ispect_xml, **timedated_dbus_xml, - **logind_ispect_xml, **logind_dbus_xml; - /* manually increment this if adding new functionality/config files */ static const guint XML_FILE_COUNT = 8; -/* i'm not sure we even need to load in ispect xml.. -gchar **xml_contents[] = { - hostnamed_ispect_xml, hostnamed_dbus_xml, - localed_ispect_xml, localed_dbus_xml, - timedated_ispect_xml, timedated_dbus_xml, - logind_ispect_xml, logind_dbus_xml -};*/ - /* TODO ifdef allowed editable xml only take files that meet exact sizes * of ones hashed below */