Missing header files in psqlODBC

From: "Johann Zuschlag" <zuschlag2(at)online(dot)de>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Missing header files in psqlODBC
Date: 2001-11-17 18:00:51
Message-ID: E1659lW-0003oP-00@mrelay00.kundenserver.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)online(dot)de

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Momjian 2001-11-17 18:18:43 Re: Missing header files in psqlODBC
Previous Message Gilles DAROLD 2001-11-16 12:21:22 Re: Turning off Parse Statement