Implement screen for active file locks

This commit is contained in:
Fynn Wulf
2020-10-09 21:02:27 +02:00
committed by Benny Baumann
parent 0806a7958b
commit 84dad4c38e
6 changed files with 313 additions and 1 deletions

View File

@ -88,7 +88,7 @@ AC_TYPE_UID_T
# ----------------------------------------------------------------------
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([fstatat memmove strncasecmp strstr strdup])
AC_CHECK_FUNCS([fstatat memmove readlinkat strdup strncasecmp strstr])
save_cflags="${CFLAGS}"
CFLAGS="${CFLAGS} -std=c99"