Missing header files in psqlODBC - Mailing list pgsql-odbc

From Johann Zuschlag
Subject Missing header files in psqlODBC
Date
Msg-id E1659lW-0003oP-00@mrelay00.kundenserver.de
Whole thread Raw
Responses Re: Missing header files in psqlODBC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Missing header files in psqlODBC  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-odbc
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

regards


Johann Zuschlag
zuschlag2@online.de



pgsql-odbc by date:

Previous
From: Gilles DAROLD
Date:
Subject: Re: Turning off Parse Statement
Next
From: Bruce Momjian
Date:
Subject: Re: Missing header files in psqlODBC