define HAVE_LANDLOCK accordingly

This commit is contained in:
Omar Polo 2021-09-19 17:08:12 +00:00
parent 4c31de2915
commit d85aa60208
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -318,6 +318,7 @@ cat <<__HEREDOC__
#define HAVE_GETDTABLESIZE ${HAVE_GETDTABLESIZE}
#define HAVE_GETPROGNAME ${HAVE_GETPROGNAME}
#define HAVE_IMSG ${HAVE_IMSG}
#define HAVE_LANDLOCK ${HAVE_LANDLOCK}
#define HAVE_LIBEVENT ${HAVE_LIBEVENT}
#define HAVE_PROGRAM_INVOCATION_SHORT_NAME ${HAVE_PROGRAM_INVOCATION_SHORT_NAME}
#define HAVE_PR_SET_NAME ${HAVE_PR_SET_NAME}