aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-03-08 11:35:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-03-08 11:35:06 +0000
commit04952f15df1bc81d1878833533d344a6b1d1326c (patch)
tree595f503d9c57ebb27774221465924f867bd35229 /configure.ac
parent9ed1226a66ee7e097ef858f7bc4b992fbcda2dc7 (diff)
downloadrtmux-04952f15df1bc81d1878833533d344a6b1d1326c.tar.gz
rtmux-04952f15df1bc81d1878833533d344a6b1d1326c.tar.bz2
rtmux-04952f15df1bc81d1878833533d344a6b1d1326c.zip
Use getpeerucred if available (not tested).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6ca86ea4..e473f141 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,7 @@ AC_CHECK_HEADERS([ \
sys/dir.h \
sys/ndir.h \
sys/tree.h \
+ ucred.h \
util.h \
])
@@ -146,7 +147,8 @@ AC_CHECK_FUNCS([ \
flock \
prctl \
proc_pidinfo \
- sysconf
+ getpeerucred \
+ sysconf \
])
# Check for functions with a compatibility implementation.
@@ -170,7 +172,7 @@ AC_REPLACE_FUNCS([ \
strlcat \
strlcpy \
strndup \
- strsep
+ strsep \
])
AC_FUNC_STRNLEN