summaryrefslogtreecommitdiff
path: root/config.h
blob: e34e9dd394b4326f244ad1444aa6d60d319eadd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __CONFIG_H__
#define __CONFIG_H__

/* maximum length of a tag -- unsigned int */
#define STR_MAX 128
/* maximum allowed tag depth -- unsigned int */
#define DEPTH_MAX 50
/* output field sepatator -- char */
#define SEP '\t'
/* attribute assignment symbol -- char */
#define SATTR '='

#endif