--- IO-AIO/config.h.in 2021/07/27 07:58:38 1.9 +++ IO-AIO/config.h.in 2022/09/05 08:43:58 1.10 @@ -36,6 +36,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MINIX_CONFIG_H +/* mount/umount are available */ +#undef HAVE_MOUNT + /* pipe2(2) is available */ #undef HAVE_PIPE2 @@ -108,6 +111,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MKDEV_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MOUNT_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PRCTL_H @@ -132,6 +138,9 @@ /* timerfd_*(2) are available */ #undef HAVE_TIMERFD +/* umount2 is available */ +#undef HAVE_UMOUNT2 + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H