URI: 
       use config.h - xml2tsv - a simple xml-to-tsv converter, based on xmlparser
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 6b04af1604ce0e04acf9b0bb2529d2ca53f4c8fc
   DIR parent a0bed6034c4da3cba70fc2df3f6ef5204e10eea9
  HTML Author: KatolaZ <katolaz@freaknet.org>
       Date:   Sat,  4 Jan 2020 01:47:56 +0000
       
       use config.h
       
       Diffstat:
         M xml2tsv.c                           |       6 +-----
       
       1 file changed, 1 insertion(+), 5 deletions(-)
       ---
   DIR diff --git a/xml2tsv.c b/xml2tsv.c
       @@ -16,11 +16,7 @@
        #include <string.h>
        
        #include "xml.h"
       -
       -#define STR_MAX 128
       -#define DEPTH_MAX 50
       -#define SEP '\t'
       -#define SATTR '='
       +#include "config.h"
        
        /* tag stack */