izmjene licence
[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 #ifndef OS_XML_INTERNAL_H_
10 #define OS_XML_INTERNAL_H_
11
12 #define _R_CONFS        '<'
13 #define _R_CONFE        '>'
14 #define _R_COM          '!'
15
16 #define LEOF            -2
17
18 #define XML_MAXSIZE          2048
19 #define XML_VARIABLE_MAXSIZE  256
20
21 #define XML_VAR              "var"
22 #define XML_VAR_ATTRIBUTE    "name"
23
24 //#define XML_ELEM                101
25 //#define XML_ATTR                102
26 //#define XML_VARIABLE_BEGIN      '$'
27
28 #endif /* OS_XML_INTERNAL_H_ */