Go to the documentation of this file.   26 #ifndef __TERRALIB_XML_INTERNAL_CONFIG_H    27 #define __TERRALIB_XML_INTERNAL_CONFIG_H    29 #define TE_XML_MODULE_NAME "te.xml"    41 #define TE_XML_DEFAULT_READER_TYPE "XERCES"    48 #define TE_XML_READER_MAX_BUFFSIZE 65536    55 #define TE_XML_DEFAULT_WRITER_TYPE "XERCES"    76     #pragma warning( disable : 4251 )    77     #pragma warning( disable : 4275 )    81     #define TEXMLEXPORT                          // Don't need to export/import... it is a static library    83     #define TEXMLEXPORT  __declspec(dllexport)   // export DLL information    85     #define TEXMLEXPORT  __declspec(dllimport)   // import DLL information    93 #endif  // __TERRALIB_XML_INTERNAL_CONFIG_H