diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,12 +1,11 @@ /* debugging */ -#define INSTALL 1 -#define NO_BUILTIN_XML 1 - +//#define INSTALL 1 +//#define NO_BUILTIN_XML 1 /* end debugging */ #include <gio/gio.h> #include "interfaces/hostnamed/hostnamed.c" -#include "main.h" +//#include "main.h" int main() { |