diff options
Diffstat (limited to 'xml2tsv.c')
-rw-r--r-- | xml2tsv.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 */ |