#ifndef COMPAT_H #define COMPAT_H /** * The header maintains compatibility between mod_expat and mod_xml2. * This is the mod_xml2 header. */ // this is identical to xmlChar from libxml/xmlstring.h typedef unsigned char xml_char_t; #endif