Re: Missing header files in psqlODBC - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Missing header files in psqlODBC
Date
Msg-id EKEJJICOHDIEMGPNIFIJOEEEFPAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Missing header files in psqlODBC  ("Johann Zuschlag" <zuschlag2@online.de>)
List pgsql-odbc
> -----Original Message-----
> From: Johann Zuschlag
>
> Hi,
>
> the headerfiles below are missing in psqlODBC cvs.
> I guess there are the same like in PostgreSQL.
>
> (md5.c)
> #ifndef MD5_ODBC
> #include "postgres.h"
> #include "libpq/crypt.h"
> #else
> #include "md5.h"
> #endif

md5.c is used in many places i.e backend, libpq frontend ...
FRONTEND and/or MD5_ODBC must be defined as
occasion demands. In order to compile md5.c for psqlodbc
driver, both FRONTEND and MD5_ODBC must be defined.
If you are using your own project, please use win_md5.c
instead of md5.c.

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Missing header files in psqlODBC
Next
From: "Ryan C. Bonham"
Date:
Subject: Server Side Cursors.