Go to the documentation of this file.   26 #ifndef __TERRALIB_MEMORY_INTERNAL_CONFIG_H    27 #define __TERRALIB_MEMORY_INTERNAL_CONFIG_H    39 #define TE_MEMORY_DRIVER_IDENTIFIER "MEM"    46 #define TE_MEMORY_MODULE_NAME "te.memory"    51 #define TE_MEMORY_MAX_DATASETS 1024    72     #pragma warning( disable : 4251 )    73     #pragma warning( disable : 4275 )    77     #define TEMEMORYEXPORT                          // Don't need to export/import... it is a static library    79     #define TEMEMORYEXPORT  __declspec(dllexport)   // export DLL information    81     #define TEMEMORYEXPORT  __declspec(dllimport)   // import DLL information    84   #define TEMEMORYEXPORT    89 #endif  // __TERRALIB_MEMORY_INTERNAL_CONFIG_H