Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_CONFIG_H 
   39 #define TE_DATAACCESS_MODULE_NAME "te.dataaccess" 
   46 #define TERRALIB_USE_CONNECTION_POOL_MANAGER 1 
   53 #if TERRALIB_USE_CONNECTION_POOL_MANAGER 
   54   #define TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 1 
   56   #define TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 0 
   64 #define TERRALIB_POOL_DEFAULT_MONITORING_TIME 60 
   85     #pragma warning( disable : 4251 4127) 
   86     #pragma warning( disable : 4275 ) 
   89   #ifdef TEDATAACCESSSTATIC 
   90     #define TEDATAACCESSEXPORT                          // Don't need to export/import... it is a static library 
   92     #define TEDATAACCESSEXPORT  __declspec(dllexport)   // export DLL information 
   94     #define TEDATAACCESSEXPORT  __declspec(dllimport)   // import DLL information 
   97   #define TEDATAACCESSEXPORT 
  102 #endif  // __TERRALIB_DATAACCESS_INTERNAL_CONFIG_H