summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 24e7fdab5831f5938f3e24b9befde44ce9909789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#undef RAPTOR_VERSION_MAJOR
#undef RAPTOR_VERSION_MINOR
#undef RAPTOR_VERSION_RELEASE

/* XML parsers */
#undef RAPTOR_XML_EXPAT
#undef RAPTOR_XML_LIBXML

/* need 'extern int optind' declaration? */
#undef NEED_OPTIND_DECLARATION

/* does expat crash when it sees an initial UTF8 BOM? */
#undef EXPAT_UTF8_BOM_CRASH

/* does libxml struct xmlEntity have a field name_length */
#undef RAPTOR_LIBXML_ENTITY_NAME_LENGTH

/* does libxml struct xmlEntity have a field etype */
#undef RAPTOR_LIBXML_ENTITY_ETYPE

/* does libxml xmlSAXHandler have initialized field */
#undef RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED

/* does libxml xmlSAXHandler have externalSubset field */
#undef RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET

/* is this being built inside redland? */
#undef RAPTOR_IN_REDLAND

/* Build RDF datatypes test code? */
#undef RAPTOR_RDF_DATATYPES_TEST