Re: Missing header files in psqlODBC

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Johann Zuschlag <zuschlag2(at)online(dot)de>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Missing header files in psqlODBC
Date: 2001-11-17 18:18:43
Message-ID: 200111171818.fAHIIhF05891@candle.pha.pa.us
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

I am confused. Is there a separate odbc-only CVS? How do they get
sync'ed up?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-18 05:34:21 Re: Missing header files in psqlODBC
Previous Message Johann Zuschlag 2001-11-17 18:00:51 Missing header files in psqlODBC