Go to the documentation of this file.
   26 #ifndef __TERRALIB_TERRALIB4_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_TERRALIB4_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   42 #define TERRALIB4_DEFAULT_INITIAL_POOL_SIZE   4 
   49 #define TERRALIB4_DEFAULT_MIN_POOL_SIZE       2 
   56 #define TERRALIB4_DEFAULT_MAX_POOL_SIZE       4 
   63 #define TERRALIB4_DEFAULT_MAX_IDLE_TIME       10 
   70 #define TERRALIB4_DEFAULT_CONNECT_TIMEOUT     "4" 
   77 #define TERRALIB4_DEFAULT_CLIENT_ENCODING     "UTF8" 
   84 #define TERRALIB4_DRIVER_IDENTIFIER "TERRALIB4" 
   91 #define TERRALIB4_PLUGIN_NAME "te.da.terralib4" 
  113     #pragma warning( disable : 4251 ) 
  115     #pragma warning( disable : 4275 ) 
  118   #ifdef TETERRALIB4STATIC 
  119     #define TETERRALIB4EXPORT                          // Don't need to export/import... it is a static library 
  121     #define TETERRALIB4EXPORT  __declspec(dllexport)   // export DLL information 
  123     #define TETERRALIB4EXPORT  __declspec(dllimport)   // import DLL information 
  126   #define TETERRALIB4EXPORT 
  131 #endif  // __TERRALIB_TERRALIB4_INTERNAL_CONFIG_H