summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorAnoop Kumar2005-09-19 13:31:59 +0000
committerAnoop Kumar2005-09-19 13:31:59 +0000
commitf4b4ab42912ea7e24d9de0daad03079be3be561c (patch)
treef1fc428c9acfd53955506d5d037327976f2982ed /setup.c
parent74d26031b7bf82ad76ae4d795fbfbffbf06d10e3 (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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.c b/setup.c
index 69dcff8..9e71d0f 100644
--- a/setup.c
+++ b/setup.c
@@ -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>