Go to the documentation of this file.   26 #ifndef __TERRALIB_GDAL_INTERNAL_CONFIG_H    27 #define __TERRALIB_GDAL_INTERNAL_CONFIG_H    29 #define TE_GDAL_MODULE_NAME "te.da.gdal"    36 #define TE_GDAL_DRIVER_IDENTIFIER "GDAL"    56     #pragma warning( disable : 4251 )    60     #define TEGDALEXPORT                          // Don't need to export/import... it is a static library    62     #define TEGDALEXPORT  __declspec(dllexport)   // export DLL information    64     #define TEGDALEXPORT  __declspec(dllimport)   // import DLL information    72 #endif  // __TERRALIB_GDAL_INTERNAL_CONFIG_H