Go to the documentation of this file.   26 #ifndef __TERRALIB_ADO_INTERNAL_CONFIG_H    27 #define __TERRALIB_ADO_INTERNAL_CONFIG_H    39 #define ADO_DEFAULT_INITIAL_POOL_SIZE   4    46 #define ADO_DEFAULT_MIN_POOL_SIZE       2    53 #define ADO_DEFAULT_MAX_POOL_SIZE       4    60 #define ADO_DEFAULT_MAX_IDLE_TIME       10    67 #define ADO_DEFAULT_PORT                "5432"    74 #define ADO_DEFAULT_CONNECT_TIMEOUT     "4"    81 #define ADO_DEFAULT_CLIENT_ENCODING     "UTF8"    88 #define ADO_DRIVER_IDENTIFIER "ADO"    95 #define ADO_PLUGIN_NAME "te.da.ado"   117     #pragma warning( disable : 4251 )   119     #pragma warning( disable : 4275 )   123     #define TEADOEXPORT                          // Don't need to export/import... it is a static library   125     #define TEADOEXPORT  __declspec(dllexport)   // export DLL information   127     #define TEADOEXPORT  __declspec(dllimport)   // import DLL information   135 #endif  // __TERRALIB_ADO_INTERNAL_CONFIG_H