Go to the documentation of this file.
   28 #ifndef __TERRALIB_COMMON_INTERNAL_CONFIG_H 
   29 #define __TERRALIB_COMMON_INTERNAL_CONFIG_H 
   32 #include "../Config.h" 
   34 #define TE_COMMON_MODULE_NAME "te.common" 
   36 #define TE_PROTOCOL_DEFAULT_PORTS_FILE "protocol/protocolPorts.txt" 
   55     #pragma warning( disable : 4251 ) 
   56     #pragma warning( disable : 4275 ) 
   57     #pragma warning( disable : 4290 ) 
   61     #define TECOMMONEXPORT                          // Don't need to export/import... it is a static library 
   63     #define TECOMMONEXPORT  __declspec(dllexport)   // export DLL information 
   65     #define TECOMMONEXPORT  __declspec(dllimport)   // import DLL information 
   68   #define TECOMMONEXPORT 
   73 #endif  // __TERRALIB_COMMON_INTERNAL_CONFIG_H