Update ooo320-m1
[ooovba.git] / redland / rasqal / rasqal-0.9.16.patch.win32
blob51bad96e0e29c859173fbdaef68202d9af017ef6
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
3 @@ -37,10 +37,13 @@
4  
5  #define HAVE_STDLIB_H 1
6  
7 +#define HAVE_ERRNO_H 1
9  #define HAVE_STRICMP 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
18 @@ -85,6 +88,9 @@
19  #include <io.h>
20  #include <memory.h>
22 +// argh! stupid winnt.h...
23 +#undef DELETE
25  /* This is a SPARQL token define */
26  #ifdef OPTIONAL
27  #undef OPTIONAL
28 @@ -116,8 +122,14 @@
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
41  #ifdef _DEBUG
42  #define RASQAL_DEBUG 1
43  #endif