Loading...
Searching...
No Matches
Go to the documentation of this file.
26#ifndef __TERRALIB_TERRALIB4_INTERNAL_CONFIG_H
27#define __TERRALIB_TERRALIB4_INTERNAL_CONFIG_H
39#define TERRALIB4_DEFAULT_INITIAL_POOL_SIZE 4
46#define TERRALIB4_DEFAULT_MIN_POOL_SIZE 2
53#define TERRALIB4_DEFAULT_MAX_POOL_SIZE 50
60#define TERRALIB4_DEFAULT_MAX_IDLE_TIME 10
67#define TERRALIB4_DEFAULT_CONNECT_TIMEOUT "4"
74#define TERRALIB4_DEFAULT_CLIENT_ENCODING "UTF8"
81#define TERRALIB4_DRIVER_IDENTIFIER "TERRALIB4"
88#define TERRALIB4_PLUGIN_NAME "te.da.terralib4"
110 #pragma warning( disable : 4251 )
112 #pragma warning( disable : 4275 )
115 #ifdef TETERRALIB4STATIC
116 #define TETERRALIB4EXPORT
118 #define TETERRALIB4EXPORT __declspec(dllexport)
120 #define TETERRALIB4EXPORT __declspec(dllimport)
123 #define TETERRALIB4EXPORT