Go to the documentation of this file.
   26 #ifndef __TERRALIB_XERCES_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_XERCES_INTERNAL_CONFIG_H 
   30 #include "../xml/Config.h" 
   32 #define TE_XERCES_MODULE_NAME "TEXERCES" 
   44 #define TE_XERCES_READER_MAX_BUFFSIZE TE_XML_READER_MAX_BUFFSIZE 
   51 #define XERCES_DRIVER_IDENTIFIER "XERCES" 
   72     #pragma warning( disable : 4251 ) 
   76     #define TEXERCESEXPORT                          // Don't need to export/import... it is a static library 
   78     #define TEXERCESEXPORT  __declspec(dllexport)   // export DLL information 
   80     #define TEXERCESEXPORT  __declspec(dllimport)   // import DLL information 
   83   #define TEXERCESEXPORT 
   88 #endif  // __TERRALIB_XERCES_INTERNAL_CONFIG_H