From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-committers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: pgsql: Add support for matching wildcard server certificates to the new |
Date: | 2008-11-24 13:55:03 |
Message-ID: | 492AB237.80606@hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> ... The other option is to have
>> autoconf substitute our own local version of fnmatch when this happens.
>> How would one go about to do that in autoconf asks the autoconf n00b?
>
> I'd try adding a little test program that tries to compile
>
> #include <fnmatch.h>
> ...
> n = fnmatch("foo","bar", FNM_CASEFOLD);
>
> and see if that succeeds.
>
> For extra credit, incorporate that into a new PGAC_FUNC_FNMATCH macro,
> but I think you'd need to get Peter's help on the details --- I'm just
> a duffer on autoconf myself.
Yeah, likely that someone who knows this will make it happen a lot faster.
Peter, got time to help me out with this? Thanks!
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2008-11-24 13:57:26 | Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. |
Previous Message | Tom Lane | 2008-11-24 13:49:55 | Re: pgsql: Add support for matching wildcard server certificates to the new |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2008-11-24 13:56:59 | Re: blatantly a bug in the documentation |
Previous Message | A. Kretschmer | 2008-11-24 13:53:07 | Re: blatantly a bug in the documentation |