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:
parent
08d01c19ff
commit
568c26861b
4 changed files with 31 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue