1 --- misc/rasqal-0.9.16/src/win32_rasqal_config.h Fri Jun 27 04:02:09 2008
2 +++ misc/build/rasqal-0.9.16/src/win32_rasqal_config.h Thu Nov 6 12:07:06 2008
5 #define HAVE_STDLIB_H 1
7 +#define HAVE_ERRNO_H 1
11 /* MS names for these functions */
12 -#define vsnprintf _vsnprintf
13 +// next line breaks build on wntmsci12
14 +//#define vsnprintf _vsnprintf
15 #define snprintf _snprintf
16 #define access _access
17 #define stricmp _stricmp
22 +// argh! stupid winnt.h...
25 /* This is a SPARQL token define */
29 /* #define RAPTOR_TRIPLES_SOURCE_REDLAND 1 */
31 /* Use PCRE regex library */
32 -#define RASQAL_REGEX_PCRE 1
33 +//#define RASQAL_REGEX_PCRE 1
35 +#define HAVE_LIBXML_SCHEMASINTERNALS_H 1
36 +#define HAVE_LIBXML_XMLSCHEMASTYPES_H 1
37 +#define HAVE_LIBXML_XMLSCHEMAS_H 1
39 +#define RASQAL_DECIMAL_NONE 1
42 #define RASQAL_DEBUG 1