Go to the documentation of this file.   26 #ifndef __TERRALIB_STMEMORY_INTERNAL_CONFIG_H    27 #define __TERRALIB_STMEMORY_INTERNAL_CONFIG_H    34 #define TE_STMEMORY_MODULE_NAME "te.stmemory"    41 #define TE_STMEMORY_DRIVER_IDENTIFIER "STMEMORY"    46 #define TE_STMEMORY_DRIVER_MAX_DATASETS 1024    65     #pragma warning( disable : 4251  4127  4275)    68   #ifdef TESTMEMORYSTATIC    69     #define TESTMEMORYEXPORT                        // Don't need to export/import... it is a static library    71     #define TESTMEMORYEXPORT  __declspec(dllexport)   // export DLL information    73     #define TESTMEMORYEXPORT  __declspec(dllimport)   // import DLL information    76   #define TESTMEMORYEXPORT    81 #endif  // __TERRALIB_STMEMORY_INTERNAL_CONFIG_H