Go to the documentation of this file.   26 #ifndef __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H    27 #define __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H    29 #define TE_CELLSPACE_MODULE_NAME "te.cellspace"    48     #pragma warning( disable : 4251 )    49     #pragma warning( disable : 4275 )    50     #pragma warning( disable : 4290 )    53   #ifdef TECELLSPACESTATIC    54     #define TECELLSPACEEXPORT                          // Don't need to export/import... it is a static library    56     #define TECELLSPACEEXPORT  __declspec(dllexport)   // export DLL information    58     #define TECELLSPACEEXPORT  __declspec(dllimport)   // import DLL information    61   #define TECELLSPACEEXPORT    66 #endif  // __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H