1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-18 00:53:25 +00:00

Procan: print saved set-user-ID

This commit is contained in:
Gerhard Rieger 2023-11-26 14:08:33 +01:00 committed by Gerhard
parent 08d01c19ff
commit 568c26861b
4 changed files with 31 additions and 0 deletions

View file

@ -1722,6 +1722,8 @@ AC_CHECK_PROTOTYPE_LIB(gettimeofday)
AC_CHECK_FUNC(clock_gettime, AC_DEFINE(HAVE_CLOCK_GETTIME), AC_CHECK_LIB(rt, clock_gettime, [LIBS="-lrt $LIBS"; AC_DEFINE(HAVE_CLOCK_GETTIME)]))
AC_CHECK_FUNCS(getresuid getresgid)
dnl Search for flock()
# with Linux it's in libc, with AIX in libbsd
AC_CHECK_FUNC(flock, AC_DEFINE(HAVE_FLOCK),