diff options
author | Omar Polo <op@omarpolo.com> | 2021-09-19 17:08:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-09-19 17:08:12 +0000 |
commit | d85aa60208bc38ff99fb170559188d5ec9545e04 (patch) | |
tree | cf2c9f937f20e06e15f1391b8fd3fbb8883526b6 /configure | |
parent | 4c31de2915cd2ef3e7d5463bde48cf9064c89d20 (diff) |
define HAVE_LANDLOCK accordingly
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |