diff options
| author | Anoop Kumar | 2005-09-19 13:31:59 +0000 |
|---|---|---|
| committer | Anoop Kumar | 2005-09-19 13:31:59 +0000 |
| commit | f4b4ab42912ea7e24d9de0daad03079be3be561c (patch) | |
| tree | f1fc428c9acfd53955506d5d037327976f2982ed /setup.c | |
| parent | 74d26031b7bf82ad76ae4d795fbfbffbf06d10e3 (diff) | |
Socket code is removed from the source. Now, psqlodbc driver relies completely on Libpq for the communication.
Diffstat (limited to 'setup.c')
| -rw-r--r-- | setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -14,13 +14,7 @@ */ #include "psqlodbc.h" - -#ifdef USE_LIBPQ -#include "libpqconnection.h" -#else #include "connection.h" -#endif /* USE_LIBPQ */ - #include <windowsx.h> #include <string.h> #include <stdlib.h> |
