Re: Missing header files in psqlODBC

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Missing header files in psqlODBC
Дата
Msg-id EKEJJICOHDIEMGPNIFIJOEEEFPAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответ на Missing header files in psqlODBC  ("Johann Zuschlag" <zuschlag2@online.de>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Missing header files in psqlODBC
Следующее
От: "Ryan C. Bonham"
Дата:
Сообщение: Server Side Cursors.