1*e9fab906Struckmandiff -ur misc/raptor2-2.0.15/src/raptor_config.h.in misc/build/raptor2-2.0.15/src/raptor_config.h.in 2*e9fab906Struckman--- misc/raptor2-2.0.15/src/raptor_config.h.in 2014-11-01 23:04:51.000000000 -0700 3*e9fab906Struckman+++ misc/build/raptor2-2.0.15/src/raptor_config.h.in 2016-08-22 19:14:14.557872000 -0700 4*e9fab906Struckman@@ -1,317 +1,318 @@ 5*e9fab906Struckman+/* src/raptor_config.h. Generated from raptor_config.h.in by configure. */ 6*e9fab906Struckman /* src/raptor_config.h.in. Generated from configure.ac by autoheader. */ 7*e9fab906Struckman 8*e9fab906Struckman /* Define if building universal (internal helper macro) */ 9*e9fab906Struckman-#undef AC_APPLE_UNIVERSAL_BUILD 10*e9fab906Struckman+/* #undef AC_APPLE_UNIVERSAL_BUILD */ 11*e9fab906Struckman 12*e9fab906Struckman /* have to check C99 vsnprintf at runtime because cross compiling */ 13*e9fab906Struckman-#undef CHECK_VSNPRINTF_RUNTIME 14*e9fab906Struckman+/* #undef CHECK_VSNPRINTF_RUNTIME */ 15*e9fab906Struckman 16*e9fab906Struckman /* Flex version as a decimal */ 17*e9fab906Struckman-#undef FLEX_VERSION_DECIMAL 18*e9fab906Struckman+#define FLEX_VERSION_DECIMAL 00000 19*e9fab906Struckman 20*e9fab906Struckman /* vsnprintf has C99 compatible return value */ 21*e9fab906Struckman-#undef HAVE_C99_VSNPRINTF 22*e9fab906Struckman+/* #undef HAVE_C99_VSNPRINTF */ 23*e9fab906Struckman 24*e9fab906Struckman /* Have curl/curl.h */ 25*e9fab906Struckman-#undef HAVE_CURL_CURL_H 26*e9fab906Struckman+/* #undef HAVE_CURL_CURL_H */ 27*e9fab906Struckman 28*e9fab906Struckman /* Define to 1 if you have the <dlfcn.h> header file. */ 29*e9fab906Struckman-#undef HAVE_DLFCN_H 30*e9fab906Struckman+/* #undef HAVE_DLFCN_H 1 */ 31*e9fab906Struckman 32*e9fab906Struckman /* Define to 1 if you have the <errno.h> header file. */ 33*e9fab906Struckman-#undef HAVE_ERRNO_H 34*e9fab906Struckman+#define HAVE_ERRNO_H 1 35*e9fab906Struckman 36*e9fab906Struckman /* Define to 1 if you have the <fcntl.h> header file. */ 37*e9fab906Struckman-#undef HAVE_FCNTL_H 38*e9fab906Struckman+#define HAVE_FCNTL_H 1 39*e9fab906Struckman 40*e9fab906Struckman /* Define to 1 if you have the <fetch.h> header file. */ 41*e9fab906Struckman-#undef HAVE_FETCH_H 42*e9fab906Struckman+/* #undef HAVE_FETCH_H */ 43*e9fab906Struckman 44*e9fab906Struckman /* Define to 1 if you have the `getopt' function. */ 45*e9fab906Struckman-#undef HAVE_GETOPT 46*e9fab906Struckman+#define HAVE_GETOPT 1 47*e9fab906Struckman 48*e9fab906Struckman /* Define to 1 if you have the <getopt.h> header file. */ 49*e9fab906Struckman-#undef HAVE_GETOPT_H 50*e9fab906Struckman+#define HAVE_GETOPT_H 1 51*e9fab906Struckman 52*e9fab906Struckman /* Define to 1 if you have the `getopt_long' function. */ 53*e9fab906Struckman-#undef HAVE_GETOPT_LONG 54*e9fab906Struckman+#define HAVE_GETOPT_LONG 1 55*e9fab906Struckman 56*e9fab906Struckman /* Define to 1 if you have the `gettimeofday' function. */ 57*e9fab906Struckman-#undef HAVE_GETTIMEOFDAY 58*e9fab906Struckman+/* #undef HAVE_GETTIMEOFDAY */ 59*e9fab906Struckman 60*e9fab906Struckman /* INN parsedate function present */ 61*e9fab906Struckman-#undef HAVE_INN_PARSEDATE 62*e9fab906Struckman+/* #undef HAVE_INN_PARSEDATE */ 63*e9fab906Struckman 64*e9fab906Struckman /* Define to 1 if you have the <inttypes.h> header file. */ 65*e9fab906Struckman-#undef HAVE_INTTYPES_H 66*e9fab906Struckman+#define HAVE_INTTYPES_H 1 67*e9fab906Struckman 68*e9fab906Struckman /* Define to 1 if you have the `isascii' function. */ 69*e9fab906Struckman-#undef HAVE_ISASCII 70*e9fab906Struckman+#define HAVE_ISASCII 1 71*e9fab906Struckman 72*e9fab906Struckman /* Define to 1 if you have the <libxml/hash.h> header file. */ 73*e9fab906Struckman-#undef HAVE_LIBXML_HASH_H 74*e9fab906Struckman+#define HAVE_LIBXML_HASH_H 1 75*e9fab906Struckman 76*e9fab906Struckman /* Define to 1 if you have the <libxml/HTMLparser.h> header file. */ 77*e9fab906Struckman-#undef HAVE_LIBXML_HTMLPARSER_H 78*e9fab906Struckman+#define HAVE_LIBXML_HTMLPARSER_H 1 79*e9fab906Struckman 80*e9fab906Struckman /* Define to 1 if you have the <libxml/nanohttp.h> header file. */ 81*e9fab906Struckman-#undef HAVE_LIBXML_NANOHTTP_H 82*e9fab906Struckman+#define HAVE_LIBXML_NANOHTTP_H 1 83*e9fab906Struckman 84*e9fab906Struckman /* Define to 1 if you have the <libxml/parser.h> header file. */ 85*e9fab906Struckman-#undef HAVE_LIBXML_PARSER_H 86*e9fab906Struckman+#define HAVE_LIBXML_PARSER_H 1 87*e9fab906Struckman 88*e9fab906Struckman /* Define to 1 if you have the <libxml/SAX2.h> header file. */ 89*e9fab906Struckman-#undef HAVE_LIBXML_SAX2_H 90*e9fab906Struckman+#define HAVE_LIBXML_SAX2_H 1 91*e9fab906Struckman 92*e9fab906Struckman /* Define to 1 if you have the <libxslt/xslt.h> header file. */ 93*e9fab906Struckman-#undef HAVE_LIBXSLT_XSLT_H 94*e9fab906Struckman+#define HAVE_LIBXSLT_XSLT_H 1 95*e9fab906Struckman 96*e9fab906Struckman /* Define to 1 if you have the <limits.h> header file. */ 97*e9fab906Struckman-#undef HAVE_LIMITS_H 98*e9fab906Struckman+#define HAVE_LIMITS_H 1 99*e9fab906Struckman 100*e9fab906Struckman /* Define to 1 if you have the <math.h> header file. */ 101*e9fab906Struckman-#undef HAVE_MATH_H 102*e9fab906Struckman+#define HAVE_MATH_H 1 103*e9fab906Struckman 104*e9fab906Struckman /* Define to 1 if you have the <memory.h> header file. */ 105*e9fab906Struckman-#undef HAVE_MEMORY_H 106*e9fab906Struckman+#define HAVE_MEMORY_H 1 107*e9fab906Struckman 108*e9fab906Struckman /* Define to 1 if you have the `qsort_r' function. */ 109*e9fab906Struckman-#undef HAVE_QSORT_R 110*e9fab906Struckman+/* #undef HAVE_QSORT_R */ 111*e9fab906Struckman 112*e9fab906Struckman /* Define to 1 if you have the `qsort_s' function. */ 113*e9fab906Struckman-#undef HAVE_QSORT_S 114*e9fab906Struckman+/* #undef HAVE_QSORT_S */ 115*e9fab906Struckman 116*e9fab906Struckman /* Raptor raptor_parse_date available */ 117*e9fab906Struckman-#undef HAVE_RAPTOR_PARSE_DATE 118*e9fab906Struckman+#define HAVE_RAPTOR_PARSE_DATE 1 119*e9fab906Struckman 120*e9fab906Struckman /* Define to 1 if you have the `setjmp' function. */ 121*e9fab906Struckman-#undef HAVE_SETJMP 122*e9fab906Struckman+#define HAVE_SETJMP 1 123*e9fab906Struckman 124*e9fab906Struckman /* Define to 1 if you have the <setjmp.h> header file. */ 125*e9fab906Struckman-#undef HAVE_SETJMP_H 126*e9fab906Struckman+#define HAVE_SETJMP_H 1 127*e9fab906Struckman 128*e9fab906Struckman /* Define to 1 if you have the `stat' function. */ 129*e9fab906Struckman-#undef HAVE_STAT 130*e9fab906Struckman+#define HAVE_STAT 1 131*e9fab906Struckman 132*e9fab906Struckman /* Define to 1 if you have the <stddef.h> header file. */ 133*e9fab906Struckman-#undef HAVE_STDDEF_H 134*e9fab906Struckman+#define HAVE_STDDEF_H 1 135*e9fab906Struckman 136*e9fab906Struckman /* Define to 1 if you have the <stdint.h> header file. */ 137*e9fab906Struckman-#undef HAVE_STDINT_H 138*e9fab906Struckman+/* #undef HAVE_STDINT_H */ 139*e9fab906Struckman 140*e9fab906Struckman /* Define to 1 if you have the <stdlib.h> header file. */ 141*e9fab906Struckman-#undef HAVE_STDLIB_H 142*e9fab906Struckman+#define HAVE_STDLIB_H 1 143*e9fab906Struckman 144*e9fab906Struckman /* Define to 1 if you have the `strcasecmp' function. */ 145*e9fab906Struckman-#undef HAVE_STRCASECMP 146*e9fab906Struckman+/* #undef HAVE_STRCASECMP */ 147*e9fab906Struckman 148*e9fab906Struckman /* Define to 1 if you have the `stricmp' function. */ 149*e9fab906Struckman-#undef HAVE_STRICMP 150*e9fab906Struckman+/* #undef HAVE_STRICMP */ 151*e9fab906Struckman 152*e9fab906Struckman /* Define to 1 if you have the <strings.h> header file. */ 153*e9fab906Struckman-#undef HAVE_STRINGS_H 154*e9fab906Struckman+/* #undef HAVE_STRINGS_H */ 155*e9fab906Struckman 156*e9fab906Struckman /* Define to 1 if you have the <string.h> header file. */ 157*e9fab906Struckman-#undef HAVE_STRING_H 158*e9fab906Struckman+#define HAVE_STRING_H 1 159*e9fab906Struckman 160*e9fab906Struckman /* Define to 1 if you have the `strtok_r' function. */ 161*e9fab906Struckman-#undef HAVE_STRTOK_R 162*e9fab906Struckman+#define HAVE_STRTOK_R 1 163*e9fab906Struckman 164*e9fab906Struckman /* Define to 1 if you have the <sys/param.h> header file. */ 165*e9fab906Struckman-#undef HAVE_SYS_PARAM_H 166*e9fab906Struckman+#define HAVE_SYS_PARAM_H 1 167*e9fab906Struckman 168*e9fab906Struckman /* Define to 1 if you have the <sys/stat.h> header file. */ 169*e9fab906Struckman-#undef HAVE_SYS_STAT_H 170*e9fab906Struckman+#define HAVE_SYS_STAT_H 1 171*e9fab906Struckman 172*e9fab906Struckman /* Define to 1 if you have the <sys/time.h> header file. */ 173*e9fab906Struckman-#undef HAVE_SYS_TIME_H 174*e9fab906Struckman+/* #undef HAVE_SYS_TIME_H */ 175*e9fab906Struckman 176*e9fab906Struckman /* Define to 1 if you have the <sys/types.h> header file. */ 177*e9fab906Struckman-#undef HAVE_SYS_TYPES_H 178*e9fab906Struckman+#define HAVE_SYS_TYPES_H 1 179*e9fab906Struckman 180*e9fab906Struckman /* Define to 1 if you have the <unistd.h> header file. */ 181*e9fab906Struckman-#undef HAVE_UNISTD_H 182*e9fab906Struckman+#define HAVE_UNISTD_H 1 183*e9fab906Struckman 184*e9fab906Struckman /* Define to 1 if you have the `vasprintf' function. */ 185*e9fab906Struckman-#undef HAVE_VASPRINTF 186*e9fab906Struckman+/* #undef HAVE_VASPRINTF */ 187*e9fab906Struckman 188*e9fab906Struckman /* Define to 1 if you have the `vsnprintf' function. */ 189*e9fab906Struckman-#undef HAVE_VSNPRINTF 190*e9fab906Struckman+#define HAVE_VSNPRINTF 1 191*e9fab906Struckman 192*e9fab906Struckman /* Define to 1 if you have the `xmlCtxtUseOptions' function. */ 193*e9fab906Struckman-#undef HAVE_XMLCTXTUSEOPTIONS 194*e9fab906Struckman+#define HAVE_XMLCTXTUSEOPTIONS 1 195*e9fab906Struckman 196*e9fab906Struckman /* Define to 1 if you have the `xmlSAX2InternalSubset' function. */ 197*e9fab906Struckman-#undef HAVE_XMLSAX2INTERNALSUBSET 198*e9fab906Struckman+#define HAVE_XMLSAX2INTERNALSUBSET 1 199*e9fab906Struckman 200*e9fab906Struckman /* YAJL has API version 2 */ 201*e9fab906Struckman-#undef HAVE_YAJL2 202*e9fab906Struckman+/* #undef HAVE_YAJL2 */ 203*e9fab906Struckman 204*e9fab906Struckman /* Define to 1 if you have the <yajl/yajl_parse.h> header file. */ 205*e9fab906Struckman-#undef HAVE_YAJL_YAJL_PARSE_H 206*e9fab906Struckman+/* #undef HAVE_YAJL_YAJL_PARSE_H */ 207*e9fab906Struckman 208*e9fab906Struckman /* Is __FUNCTION__ available */ 209*e9fab906Struckman-#undef HAVE___FUNCTION__ 210*e9fab906Struckman+#define HAVE___FUNCTION__ 1 211*e9fab906Struckman 212*e9fab906Struckman /* Define to the sub-directory in which libtool stores uninstalled libraries. 213*e9fab906Struckman */ 214*e9fab906Struckman-#undef LT_OBJDIR 215*e9fab906Struckman+#define LT_OBJDIR ".libs/" 216*e9fab906Struckman 217*e9fab906Struckman /* Define to 1 if maintainer mode is enabled. */ 218*e9fab906Struckman-#undef MAINTAINER_MODE 219*e9fab906Struckman+/* #undef MAINTAINER_MODE */ 220*e9fab906Struckman 221*e9fab906Struckman /* need 'extern int optind' declaration? */ 222*e9fab906Struckman-#undef NEED_OPTIND_DECLARATION 223*e9fab906Struckman+/* #undef NEED_OPTIND_DECLARATION */ 224*e9fab906Struckman 225*e9fab906Struckman /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 226*e9fab906Struckman-#undef NO_MINUS_C_MINUS_O 227*e9fab906Struckman+/* #undef NO_MINUS_C_MINUS_O */ 228*e9fab906Struckman 229*e9fab906Struckman /* Name of package */ 230*e9fab906Struckman-#undef PACKAGE 231*e9fab906Struckman+#define PACKAGE "raptor2" 232*e9fab906Struckman 233*e9fab906Struckman /* Define to the address where bug reports for this package should be sent. */ 234*e9fab906Struckman-#undef PACKAGE_BUGREPORT 235*e9fab906Struckman+#define PACKAGE_BUGREPORT "http://bugs.librdf.org/" 236*e9fab906Struckman 237*e9fab906Struckman /* Define to the full name of this package. */ 238*e9fab906Struckman-#undef PACKAGE_NAME 239*e9fab906Struckman+#define PACKAGE_NAME "Raptor RDF Parser and Serializer library" 240*e9fab906Struckman 241*e9fab906Struckman /* Define to the full name and version of this package. */ 242*e9fab906Struckman-#undef PACKAGE_STRING 243*e9fab906Struckman+#define PACKAGE_STRING "Raptor RDF Parser and Serializer library 2.0.15" 244*e9fab906Struckman 245*e9fab906Struckman /* Define to the one symbol short name of this package. */ 246*e9fab906Struckman-#undef PACKAGE_TARNAME 247*e9fab906Struckman+#define PACKAGE_TARNAME "raptor2" 248*e9fab906Struckman 249*e9fab906Struckman /* Define to the home page for this package. */ 250*e9fab906Struckman-#undef PACKAGE_URL 251*e9fab906Struckman+#define PACKAGE_URL "" 252*e9fab906Struckman 253*e9fab906Struckman /* Define to the version of this package. */ 254*e9fab906Struckman-#undef PACKAGE_VERSION 255*e9fab906Struckman+#define PACKAGE_VERSION "2.0.15" 256*e9fab906Struckman 257*e9fab906Struckman /* Define to 1 if debug messages are enabled. */ 258*e9fab906Struckman-#undef RAPTOR_DEBUG 259*e9fab906Struckman+/* #undef RAPTOR_DEBUG */ 260*e9fab906Struckman 261*e9fab906Struckman /* Use ICU for Unicode NFC check */ 262*e9fab906Struckman-#undef RAPTOR_ICU_NFC 263*e9fab906Struckman+/* #undef RAPTOR_ICU_NFC */ 264*e9fab906Struckman 265*e9fab906Struckman /* does libxml struct xmlEntity have a field etype */ 266*e9fab906Struckman-#undef RAPTOR_LIBXML_ENTITY_ETYPE 267*e9fab906Struckman+#define RAPTOR_LIBXML_ENTITY_ETYPE 1 268*e9fab906Struckman 269*e9fab906Struckman /* does libxml struct xmlEntity have a field name_length */ 270*e9fab906Struckman-#undef RAPTOR_LIBXML_ENTITY_NAME_LENGTH 271*e9fab906Struckman+/* #undef RAPTOR_LIBXML_ENTITY_NAME_LENGTH */ 272*e9fab906Struckman 273*e9fab906Struckman /* does libxml have HTML_PARSE_NONET */ 274*e9fab906Struckman-#undef RAPTOR_LIBXML_HTML_PARSE_NONET 275*e9fab906Struckman+#define RAPTOR_LIBXML_HTML_PARSE_NONET 1 276*e9fab906Struckman 277*e9fab906Struckman /* does libxml xmlSAXHandler have externalSubset field */ 278*e9fab906Struckman-#undef RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET 279*e9fab906Struckman+#define RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET 1 280*e9fab906Struckman 281*e9fab906Struckman /* does libxml xmlSAXHandler have initialized field */ 282*e9fab906Struckman-#undef RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED 283*e9fab906Struckman+#define RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED 1 284*e9fab906Struckman 285*e9fab906Struckman /* does libxml have XML_PARSE_NONET */ 286*e9fab906Struckman-#undef RAPTOR_LIBXML_XML_PARSE_NONET 287*e9fab906Struckman+#define RAPTOR_LIBXML_XML_PARSE_NONET 1 288*e9fab906Struckman 289*e9fab906Struckman /* Minimum supported package version */ 290*e9fab906Struckman-#undef RAPTOR_MIN_VERSION_DECIMAL 291*e9fab906Struckman+#define RAPTOR_MIN_VERSION_DECIMAL 20000 292*e9fab906Struckman 293*e9fab906Struckman /* Building GRDDL parser */ 294*e9fab906Struckman-#undef RAPTOR_PARSER_GRDDL 295*e9fab906Struckman+/* #undef RAPTOR_PARSER_GRDDL */ 296*e9fab906Struckman 297*e9fab906Struckman /* Building guess parser */ 298*e9fab906Struckman-#undef RAPTOR_PARSER_GUESS 299*e9fab906Struckman+#define RAPTOR_PARSER_GUESS 1 300*e9fab906Struckman 301*e9fab906Struckman /* Building JSON parser */ 302*e9fab906Struckman-#undef RAPTOR_PARSER_JSON 303*e9fab906Struckman+/* #undef RAPTOR_PARSER_JSON */ 304*e9fab906Struckman 305*e9fab906Struckman /* Building N-Quads parser */ 306*e9fab906Struckman-#undef RAPTOR_PARSER_NQUADS 307*e9fab906Struckman+/* #undef RAPTOR_PARSER_NQUADS */ 308*e9fab906Struckman 309*e9fab906Struckman /* Building N-Triples parser */ 310*e9fab906Struckman-#undef RAPTOR_PARSER_NTRIPLES 311*e9fab906Struckman+#define RAPTOR_PARSER_NTRIPLES 1 312*e9fab906Struckman 313*e9fab906Struckman /* Building RDFA parser */ 314*e9fab906Struckman-#undef RAPTOR_PARSER_RDFA 315*e9fab906Struckman+/* #undef RAPTOR_PARSER_RDFA */ 316*e9fab906Struckman 317*e9fab906Struckman /* Building RDF/XML parser */ 318*e9fab906Struckman-#undef RAPTOR_PARSER_RDFXML 319*e9fab906Struckman+#define RAPTOR_PARSER_RDFXML 1 320*e9fab906Struckman 321*e9fab906Struckman /* Building RSS Tag Soup parser */ 322*e9fab906Struckman-#undef RAPTOR_PARSER_RSS 323*e9fab906Struckman+#define RAPTOR_PARSER_RSS 1 324*e9fab906Struckman 325*e9fab906Struckman /* Building TRiG parser */ 326*e9fab906Struckman-#undef RAPTOR_PARSER_TRIG 327*e9fab906Struckman+#define RAPTOR_PARSER_TRIG 1 328*e9fab906Struckman 329*e9fab906Struckman /* Building Turtle parser */ 330*e9fab906Struckman-#undef RAPTOR_PARSER_TURTLE 331*e9fab906Struckman+#define RAPTOR_PARSER_TURTLE 1 332*e9fab906Struckman 333*e9fab906Struckman /* Building Atom 1.0 serializer */ 334*e9fab906Struckman-#undef RAPTOR_SERIALIZER_ATOM 335*e9fab906Struckman+#define RAPTOR_SERIALIZER_ATOM 1 336*e9fab906Struckman 337*e9fab906Struckman /* Building GraphViz DOT serializer */ 338*e9fab906Struckman-#undef RAPTOR_SERIALIZER_DOT 339*e9fab906Struckman+#define RAPTOR_SERIALIZER_DOT 1 340*e9fab906Struckman 341*e9fab906Struckman /* Building HTML Table serializer */ 342*e9fab906Struckman-#undef RAPTOR_SERIALIZER_HTML 343*e9fab906Struckman+#define RAPTOR_SERIALIZER_HTML 1 344*e9fab906Struckman 345*e9fab906Struckman /* Building JSON serializer */ 346*e9fab906Struckman-#undef RAPTOR_SERIALIZER_JSON 347*e9fab906Struckman+#define RAPTOR_SERIALIZER_JSON 1 348*e9fab906Struckman 349*e9fab906Struckman /* Building N-Quads serializer */ 350*e9fab906Struckman-#undef RAPTOR_SERIALIZER_NQUADS 351*e9fab906Struckman+#define RAPTOR_SERIALIZER_NQUADS 1 352*e9fab906Struckman 353*e9fab906Struckman /* Building N-Triples serializer */ 354*e9fab906Struckman-#undef RAPTOR_SERIALIZER_NTRIPLES 355*e9fab906Struckman+#define RAPTOR_SERIALIZER_NTRIPLES 1 356*e9fab906Struckman 357*e9fab906Struckman /* Building RDF/XML serializer */ 358*e9fab906Struckman-#undef RAPTOR_SERIALIZER_RDFXML 359*e9fab906Struckman+#define RAPTOR_SERIALIZER_RDFXML 1 360*e9fab906Struckman 361*e9fab906Struckman /* Building RDF/XML-abbreviated serializer */ 362*e9fab906Struckman-#undef RAPTOR_SERIALIZER_RDFXML_ABBREV 363*e9fab906Struckman+#define RAPTOR_SERIALIZER_RDFXML_ABBREV 1 364*e9fab906Struckman 365*e9fab906Struckman /* Building RSS 1.0 serializer */ 366*e9fab906Struckman-#undef RAPTOR_SERIALIZER_RSS_1_0 367*e9fab906Struckman+#define RAPTOR_SERIALIZER_RSS_1_0 1 368*e9fab906Struckman 369*e9fab906Struckman /* Building Turtle serializer */ 370*e9fab906Struckman-#undef RAPTOR_SERIALIZER_TURTLE 371*e9fab906Struckman+#define RAPTOR_SERIALIZER_TURTLE 1 372*e9fab906Struckman 373*e9fab906Struckman /* Release version as a decimal */ 374*e9fab906Struckman-#undef RAPTOR_VERSION_DECIMAL 375*e9fab906Struckman+#define RAPTOR_VERSION_DECIMAL 20015 376*e9fab906Struckman 377*e9fab906Struckman /* Major version number */ 378*e9fab906Struckman-#undef RAPTOR_VERSION_MAJOR 379*e9fab906Struckman+#define RAPTOR_VERSION_MAJOR 2 380*e9fab906Struckman 381*e9fab906Struckman /* Minor version number */ 382*e9fab906Struckman-#undef RAPTOR_VERSION_MINOR 383*e9fab906Struckman+#define RAPTOR_VERSION_MINOR 0 384*e9fab906Struckman 385*e9fab906Struckman /* Release version number */ 386*e9fab906Struckman-#undef RAPTOR_VERSION_RELEASE 387*e9fab906Struckman+#define RAPTOR_VERSION_RELEASE 15 388*e9fab906Struckman 389*e9fab906Struckman /* Have libcurl WWW library */ 390*e9fab906Struckman-#undef RAPTOR_WWW_LIBCURL 391*e9fab906Struckman+/* #undef RAPTOR_WWW_LIBCURL */ 392*e9fab906Struckman 393*e9fab906Struckman /* Have libfetch WWW library */ 394*e9fab906Struckman-#undef RAPTOR_WWW_LIBFETCH 395*e9fab906Struckman+/* #undef RAPTOR_WWW_LIBFETCH */ 396*e9fab906Struckman 397*e9fab906Struckman /* Have libxml available as a WWW library */ 398*e9fab906Struckman-#undef RAPTOR_WWW_LIBXML 399*e9fab906Struckman+#define RAPTOR_WWW_LIBXML 1 400*e9fab906Struckman 401*e9fab906Struckman /* No WWW library */ 402*e9fab906Struckman-#undef RAPTOR_WWW_NONE 403*e9fab906Struckman+/* #undef RAPTOR_WWW_NONE */ 404*e9fab906Struckman 405*e9fab906Struckman /* Check XML 1.1 Names */ 406*e9fab906Struckman-#undef RAPTOR_XML_1_1 407*e9fab906Struckman+/* #undef RAPTOR_XML_1_1 */ 408*e9fab906Struckman 409*e9fab906Struckman /* Use libxml XML parser */ 410*e9fab906Struckman-#undef RAPTOR_XML_LIBXML 411*e9fab906Struckman+#define RAPTOR_XML_LIBXML 1 412*e9fab906Struckman 413*e9fab906Struckman /* Define to 1 if you have the ANSI C header files. */ 414*e9fab906Struckman-#undef STDC_HEADERS 415*e9fab906Struckman+#define STDC_HEADERS 1 416*e9fab906Struckman 417*e9fab906Struckman /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 418*e9fab906Struckman-#undef TIME_WITH_SYS_TIME 419*e9fab906Struckman+/* #undef TIME_WITH_SYS_TIME */ 420*e9fab906Struckman 421*e9fab906Struckman /* Version number of package */ 422*e9fab906Struckman-#undef VERSION 423*e9fab906Struckman+#define VERSION "2.0.15" 424*e9fab906Struckman 425*e9fab906Struckman /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 426*e9fab906Struckman significant byte first (like Motorola and SPARC, unlike Intel). */ 427*e9fab906Struckman@@ -321,13 +322,13 @@ 428*e9fab906Struckman # endif 429*e9fab906Struckman #else 430*e9fab906Struckman # ifndef WORDS_BIGENDIAN 431*e9fab906Struckman-# undef WORDS_BIGENDIAN 432*e9fab906Struckman+/* # undef WORDS_BIGENDIAN */ 433*e9fab906Struckman # endif 434*e9fab906Struckman #endif 435*e9fab906Struckman 436*e9fab906Struckman /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 437*e9fab906Struckman `char[]'. */ 438*e9fab906Struckman-#undef YYTEXT_POINTER 439*e9fab906Struckman+#define YYTEXT_POINTER 1 440*e9fab906Struckman 441*e9fab906Struckman /* Enable large inode numbers on Mac OS X 10.5. */ 442*e9fab906Struckman #ifndef _DARWIN_USE_64_BIT_INODE 443*e9fab906Struckman@@ -335,16 +336,20 @@ 444*e9fab906Struckman #endif 445*e9fab906Struckman 446*e9fab906Struckman /* Number of bits in a file offset, on hosts where this is settable. */ 447*e9fab906Struckman-#undef _FILE_OFFSET_BITS 448*e9fab906Struckman+/* #undef _FILE_OFFSET_BITS */ 449*e9fab906Struckman 450*e9fab906Struckman /* Define for large files, on AIX-style hosts. */ 451*e9fab906Struckman-#undef _LARGE_FILES 452*e9fab906Struckman+/* #undef _LARGE_FILES */ 453*e9fab906Struckman 454*e9fab906Struckman /* Define to empty if `const' does not conform to ANSI C. */ 455*e9fab906Struckman-#undef const 456*e9fab906Struckman+/* #undef const */ 457*e9fab906Struckman 458*e9fab906Struckman /* Define to `__inline__' or `__inline' if that's what the C compiler 459*e9fab906Struckman calls it, or to nothing if 'inline' is not supported under any name. */ 460*e9fab906Struckman #ifndef __cplusplus 461*e9fab906Struckman-#undef inline 462*e9fab906Struckman+/* #undef inline */ 463*e9fab906Struckman #endif 464*e9fab906Struckman+ 465*e9fab906Struckman+# define S_ISTYPE(mode, mask) (((mode) & _S_IFMT) == (mask)) 466*e9fab906Struckman+# define S_ISDIR(mode) S_ISTYPE((mode), _S_IFDIR) 467*e9fab906Struckman+# define S_ISREG(mode) S_ISTYPE((mode), _S_IFREG) 468*e9fab906Struckman--- misc/raptor2-2.0.15/src/sort_r.c 2014-06-30 10:09:40.000000000 -0700 469*e9fab906Struckman+++ misc/build/raptor2-2.0.15/src/sort_r.c 2016-08-23 11:02:51.651428000 -0700 470*e9fab906Struckman@@ -60,6 +60,7 @@ 471*e9fab906Struckman * data2, @user_data) and returns <0, 0, or >0 for object comparison. 472*e9fab906Struckman * 473*e9fab906Struckman */ 474*e9fab906Struckman+RAPTOR_EXTERN_C 475*e9fab906Struckman void 476*e9fab906Struckman raptor_sort_r(void *base, size_t nel, size_t width, 477*e9fab906Struckman raptor_data_compare_arg_handler compar, void *user_data) 478*e9fab906Struckman--- misc/raptor2-2.0.15/src/raptor2.h.in 2014-11-01 21:44:04.000000000 -0700 479*e9fab906Struckman+++ misc/build/raptor2-2.0.15/src/raptor2.h.in 2016-08-23 11:46:20.581017000 -0700 480*e9fab906Struckman@@ -2176,6 +2176,7 @@ 481*e9fab906Struckman void* raptor_avltree_iterator_get(raptor_avltree_iterator* iterator); 482*e9fab906Struckman 483*e9fab906Struckman /* utility methods */ 484*e9fab906Struckman+RAPTOR_API 485*e9fab906Struckman void raptor_sort_r(void *base, size_t nel, size_t width, raptor_data_compare_arg_handler compar, void *user_data); 486*e9fab906Struckman 487*e9fab906Struckman 488