X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfig.h;h=50224a9540475cce578f3cd82ddfbbc6dd61199d;hb=af9f8b50c18d770c237f2b61f269eb3232d89744;hp=3fdf1835fb0e357bb2ef1bdccaf1f1e5205e9be3;hpb=36961b20f9c3d6698db46c1bea91ed93f7122d9c;p=systembsd.git 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 */