show configuration on the screen

This commit is contained in:
Chris Cromer
2016-10-13 17:31:50 -03:00
parent 17f620f919
commit e37024b041
2 changed files with 17 additions and 13 deletions

View File

@@ -6,8 +6,6 @@
#include <libxml/xinclude.h>
#include "main.h"
#ifdef LIBXML_TREE_ENABLED
int readconfig(char *config_file, CONFIG *config) {
/* Initilize the library */
LIBXML_TEST_VERSION
@@ -75,12 +73,3 @@ int readconfig(char *config_file, CONFIG *config) {
return 0;
}
#else
int readconfig(char *config_file, CONFIG config) {
fprintf(stderr, "libxml2 no tiene tree support compilado\n");
return 1;
}
#endif