Обсуждение: pgsql: Fix configure probe for sys/ucred.h.

Поиск
Список
Период
Сортировка

pgsql: Fix configure probe for sys/ucred.h.

От
Tom Lane
Дата:
Fix configure probe for sys/ucred.h.

The configure script's test for <sys/ucred.h> did not work on OpenBSD,
because on that platform <sys/param.h> has to be included first.
As a result, socket peer authentication was disabled on that platform.
Problem introduced in commit be4585b1c27ac5dbdd0d61740d18f7ad9a00e268.

Andres Freund, slightly simplified by me.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7f0bc6b448e70f18b9ff35be3a90444542d09d08

Modified Files
--------------
configure    |   76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
configure.in |   14 ++++++++---
2 files changed, 83 insertions(+), 7 deletions(-)