new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / os_xml / os_xml_internal.h
1 /* Copyright (C) 2014 Trend Micro Inc.
2  * All rights reserved.
3  *
4  * This program is a free software; you can redistribute it
5  * and/or modify it under the terms of the GNU General Public
6  * License (version 2) as published by the FSF - Free Software
7  * Foundation
8  */
9
10 #ifndef OS_XML_INTERNAL_H_
11 #define OS_XML_INTERNAL_H_
12
13 #define _R_CONFS    '<'
14 #define _R_CONFE    '>'
15 #define _R_COM      '!'
16
17 #define LEOF        -2
18
19 #define XML_MAXSIZE          8192
20 #define XML_VARIABLE_MAXSIZE  256
21
22 #define XML_VAR              "var"
23 #define XML_VAR_ATTRIBUTE    "name"
24
25 //#define XML_ELEM                101
26 //#define XML_ATTR                102
27 //#define XML_VARIABLE_BEGIN      '$'
28
29 #endif /* OS_XML_INTERNAL_H_ */