/* src/raptor_config.h. Generated from raptor_config.h.in by configure. */ /* src/raptor_config.h.in. Generated from configure.ac by autoheader. */ /* does expat crash when it sees an initial UTF8 BOM? */ /* #undef EXPAT_UTF8_BOM_CRASH */ /* vsnprint has C99 compatible return value */ #define HAVE_C99_VSNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_CURL_CURL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DMALLOC_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_EXPAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_FETCH_H 1 /* Define to 1 if you have the `getopt' function. */ #define HAVE_GETOPT 1 /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 /* Define to 1 if you have the `getopt_long' function. */ #define HAVE_GETOPT_LONG 1 /* INN parsedate function present */ /* #undef HAVE_INN_PARSEDATE */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `isascii' function. */ #define HAVE_ISASCII 1 /* Define to 1 if you have the header file. */ #define HAVE_LIBXML_HASH_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_LIBXML_NANOHTTP_H */ /* Define to 1 if you have the header file. */ #define HAVE_LIBXML_PARSER_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIBXML_SAX2_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIBXSLT_XSLT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Raptor raptor_parse_date available */ /* #undef HAVE_RAPTOR_PARSE_DATE */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the `stricmp' function. */ /* #undef HAVE_STRICMP */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* Define to 1 if you have the `xmlCtxtUseOptions' function. */ #define HAVE_XMLCTXTUSEOPTIONS 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_XMLPARSE_H */ /* Define to 1 if you have the `xmlSAX2InternalSubset' function. */ #define HAVE_XMLSAX2INTERNALSUBSET 1 /* need 'extern int optind' declaration? */ /* #undef NEED_OPTIND_DECLARATION */ /* Name of package */ #define PACKAGE "raptor" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://bugs.librdf.org/" /* Define to the full name of this package. */ #define PACKAGE_NAME "Raptor RDF Parser" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "Raptor RDF Parser 1.4.15" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "raptor" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.4.15" /* does libxml struct xmlEntity have a field etype */ #define RAPTOR_LIBXML_ENTITY_ETYPE 1 /* does libxml struct xmlEntity have a field name_length */ /* #undef RAPTOR_LIBXML_ENTITY_NAME_LENGTH */ /* does libxml xmlSAXHandler have externalSubset field */ #define RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET 1 /* does libxml xmlSAXHandler have initialized field */ #define RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED 1 /* Provide a Unicode NFC check */ #define RAPTOR_NFC_CHECK 1 /* Building GRDDL parser */ #define RAPTOR_PARSER_GRDDL 1 /* Building guess parser */ #define RAPTOR_PARSER_GUESS 1 /* Building Notation 3 parser */ /* #undef RAPTOR_PARSER_N3 */ /* Building N-Triples parser */ #define RAPTOR_PARSER_NTRIPLES 1 /* Building RDF/XML parser */ #define RAPTOR_PARSER_RDFXML 1 /* Building RSS Tag Soup parser */ #define RAPTOR_PARSER_RSS 1 /* Building Turtle parser */ #define RAPTOR_PARSER_TURTLE 1 /* Building Atom 1.0 serializer */ /* #undef RAPTOR_SERIALIZER_ATOM */ /* Building GraphViz DOT serializer */ #define RAPTOR_SERIALIZER_DOT 1 /* Building N-Triples serializer */ #define RAPTOR_SERIALIZER_NTRIPLES 1 /* Building RDF/XML serializer */ #define RAPTOR_SERIALIZER_RDFXML 1 /* Building RDF/XML-abbreviated serializer */ #define RAPTOR_SERIALIZER_RDFXML_ABBREV 1 /* Building RSS 1.0 serializer */ #define RAPTOR_SERIALIZER_RSS_1_0 1 /* Building Turtle serializer */ #define RAPTOR_SERIALIZER_TURTLE 1 /* Release version as a decimal */ #define RAPTOR_VERSION_DECIMAL 10415 /* Major version number */ #define RAPTOR_VERSION_MAJOR 1 /* Minor version number */ #define RAPTOR_VERSION_MINOR 4 /* Release version number */ #define RAPTOR_VERSION_RELEASE 15 /* Have libcurl WWW library */ #define RAPTOR_WWW_LIBCURL 1 /* Have libfetch WWW library */ /* #undef RAPTOR_WWW_LIBFETCH */ /* Have libxml available as a WWW library */ /* #undef RAPTOR_WWW_LIBXML */ /* No WWW library */ /* #undef RAPTOR_WWW_NONE */ /* Check XML 1.1 Names */ /* #undef RAPTOR_XML_1_1 */ /* Use expat XML parser */ /* #undef RAPTOR_XML_EXPAT */ /* Use libxml XML parser */ #define RAPTOR_XML_LIBXML 1 /* The size of `unsigned char', as computed by sizeof. */ #define SIZEOF_UNSIGNED_CHAR 1 /* The size of `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 /* The size of `unsigned long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG 4 /* The size of `unsigned short', as computed by sizeof. */ #define SIZEOF_UNSIGNED_SHORT 2 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION "1.4.15" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */