summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2008-12-02 10:39:31 +0000
committerMagnus Hagander <magnus@hagander.net>2008-12-02 10:39:31 +0000
commit2c69fa0c388ccff1048749be06c7c522f23d4659 (patch)
tree7475753c2704ee2649d0c21db8858483e7a9074c /src/include/pg_config.h.in
parentc98c9114cb3bff8a493333ef48d16eb55601af54 (diff)
downloadpostgresql-2c69fa0c388ccff1048749be06c7c522f23d4659.tar.gz
Change wildcard cerfificate mapping to be much simler - we now only match
the * character at the beginning of a pattern, and it does not match subdomains. Since this means we no longer need fnmatch, remove the imported implementation from port, along with the autoconf check for it.
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 1064d15526..9f6f21bf81 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -143,9 +143,6 @@
/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC
-/* Define to 1 if your system has a working POSIX `fnmatch' function. */
-#undef HAVE_FNMATCH
-
/* Define to 1 if you have the `fpclass' function. */
#undef HAVE_FPCLASS