diff options
| author | Hiroshi Inoue | 2009-11-15 05:29:03 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2009-11-15 05:29:03 +0000 |
| commit | 1cdc1a6737e94f887076c6eec9a62cc7801b13ad (patch) | |
| tree | 17769a44076b2e1b8e7ed5216ba26aa76db0ebb7 /loadlib.h | |
| parent | dbc3ca898b3ed12d06343df1e1e45f7957081854 (diff) | |
1) Added --with(out)-libpq[=DIR} option to configure.
2) Revise autoconf/automake so that libpq/ssl header/libs are resolved at configure phase.
3) Use md5.c directly instead of win_md5.c.
4) Suppress some compiler warnings.
Diffstat (limited to 'loadlib.h')
| -rw-r--r-- | loadlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,8 +26,8 @@ extern "C" { BOOL SSLLIB_check(void); #ifndef NOT_USE_LIBPQ void *CALL_PQconnectdb(const char *conninfo, BOOL *); -BOOL ssl_verify_available(void); #endif /* NOT_USE_LIBPQ */ +BOOL ssl_verify_available(void); #ifdef _HANDLE_ENLIST_IN_DTC_ RETCODE CALL_EnlistInDtc(ConnectionClass *conn, void * pTra, int method); RETCODE CALL_DtcOnDisconnect(ConnectionClass *); |
