Go to the documentation of this file.
   26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H 
   29 #define TE_GEOMETRY_MODULE_NAME "te.geometry" 
   41 #define TE_GEOS_DEFAULT_QUADRANT_SEGMENTS 8 
   63     #pragma warning( disable : 4251 ) 
   64     #pragma warning( disable : 4275 ) 
   65     #pragma warning( disable : 4290 ) 
   69     #define TEGEOMEXPORT                          // Don't need to export/import... it is a static library 
   71     #define TEGEOMEXPORT  __declspec(dllexport)   // export DLL information 
   73     #define TEGEOMEXPORT  __declspec(dllimport)   // import DLL information 
   81 #endif  // __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H