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" 
   52     #pragma warning( disable : 4251 ) 
   53     #pragma warning( disable : 4275 ) 
   54     #pragma warning( disable : 4290 ) 
   58     #define TECOMMONEXPORT                          // Don't need to export/import... it is a static library 
   60     #define TECOMMONEXPORT  __declspec(dllexport)   // export DLL information 
   62     #define TECOMMONEXPORT  __declspec(dllimport)   // import DLL information 
   65   #define TECOMMONEXPORT 
   70 #endif  // __TERRALIB_COMMON_INTERNAL_CONFIG_H