Go to the documentation of this file.
   26 #ifndef __TERRALIB_XML_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_XML_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_XML_MODULE_NAME "te.xml" 
   44 #define TE_XML_DEFAULT_READER_TYPE "XERCES" 
   51 #define TE_XML_READER_MAX_BUFFSIZE 65536 
   58 #define TE_XML_DEFAULT_WRITER_TYPE "XERCES" 
   79     #pragma warning( disable : 4251 ) 
   80     #pragma warning( disable : 4275 ) 
   84     #define TEXMLEXPORT                          // Don't need to export/import... it is a static library 
   86     #define TEXMLEXPORT  __declspec(dllexport)   // export DLL information 
   88     #define TEXMLEXPORT  __declspec(dllimport)   // import DLL information 
   96 #endif  // __TERRALIB_XML_INTERNAL_CONFIG_H