Skip to content
Snippets Groups Projects
Commit 8714465f authored by Tom Lane's avatar Tom Lane
Browse files

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 be4585b1.

Andres Freund, slightly simplified by me.
parent 9f8254c1
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment