| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Add support for matching wildcard server certificates to the new |
| Date: | 2008-11-24 13:49:55 |
| Message-ID: | 17416.1227534595@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
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.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2008-11-24 13:55:03 | Re: pgsql: Add support for matching wildcard server certificates to the new |
| Previous Message | Magnus Hagander | 2008-11-24 13:43:09 | Re: pgsql: Add support for matching wildcard server certificates to the new |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2008-11-24 13:52:13 | Re: Snapshot warning |
| Previous Message | Dave Page | 2008-11-24 13:47:54 | Re: blatantly a bug in the documentation |