Re: Compiling libpq with VisualC

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Compiling libpq with VisualC
Date: 2004-06-03 08:10:10
Message-ID: 40BEDCE2.90508@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32 pgsql-patches

Bruce Momjian wrote:

>
>
>>>fe-connect.c:
>>>- pg_config_paths.h isn't available. SYSCONFDIR is already defined so
>>>fe-connect.c doesn't need to include that.
>>>patch appended
>>>
>>>
>
>This shouldn't be needed anymore. Where is SYSCONFDIR coming from? Is
>it from some Win32 include file? It should only be coming from
>pg_config_paths.h now.
>
>
It's defined in pg_config.h.win32, which is copied to pg_config.h.
There's no pg_config_paths.h for win32, and I wonder if the code which
uses SYSCONFDIR is of any use for win32.

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2004-06-03 10:10:50 Re: ACLs versus ALTER OWNER
Previous Message Tom Lane 2004-06-03 05:03:42 Re: Indices pinned in pageable RAM?

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-06-03 14:55:45 Re: Compiling libpq with VisualC
Previous Message Tom Lane 2004-06-03 04:18:24 Re: [pgsql-hackers-win32] select like...not using index

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2004-06-03 10:07:51 vacuum.c refactoring
Previous Message Bruce Momjian 2004-06-03 00:25:22 Re: fix for pg_regress.sh on mingw