Go to the documentation of this file.   28 #ifndef __TERRALIB_COMMON_INTERNAL_CONFIG_H    29 #define __TERRALIB_COMMON_INTERNAL_CONFIG_H    31 #define TE_COMMON_MODULE_NAME "te.common"    33 #define TE_PROTOCOL_DEFAULT_PORTS_FILE "protocol/protocolPorts.txt"    53     #pragma warning( disable : 4251 )    54     #pragma warning( disable : 4275 )    55     #pragma warning( disable : 4290 )    59     #define TECOMMONEXPORT                          // Don't need to export/import... it is a static library    61     #define TECOMMONEXPORT  __declspec(dllexport)   // export DLL information    63     #define TECOMMONEXPORT  __declspec(dllimport)   // import DLL information    66   #define TECOMMONEXPORT    71 #endif  // __TERRALIB_COMMON_INTERNAL_CONFIG_H