--- parser3/src/include/pa_config_fixed.h 2012/06/17 11:14:11 1.76 +++ parser3/src/include/pa_config_fixed.h 2012/06/19 08:51:09 1.78 @@ -8,7 +8,7 @@ #ifndef PA_CONFIG_FIXED_H #define PA_CONFIG_FIXED_H -#define IDENT_PA_CONFIG_FIXED_H "$Id: pa_config_fixed.h,v 1.76 2012/06/17 11:14:11 moko Exp $" +#define IDENT_PA_CONFIG_FIXED_H "$Id: pa_config_fixed.h,v 1.78 2012/06/19 08:51:09 moko Exp $" #define inline __inline #define HAVE_ASSERT_H @@ -27,6 +27,7 @@ #define HAVE_DIRECT_H #define HAVE_SETJMP_H #define HAVE_MEMORY_H +#define HAVE_LIMITS_H #define HAVE_SYS_LOCKING_H #define HAVE_SYS_TYPES_H #define HAVE_WINSOCK_H @@ -59,4 +60,7 @@ # define LIBEXSLT_STATIC #endif +// otherwise functions in pcre.h will be declared as __declspec(dllimport) +#define PCRE_STATIC + #endif