--- libaitsched/inc/config.h.in 2022/10/03 22:16:36 1.9.2.1 +++ libaitsched/inc/config.h.in 2026/05/20 03:07:51 1.12.4.1 @@ -3,12 +3,12 @@ /* Build scheduler library with AIO operations */ #undef AIO_SUPPORT +/* atomic lock support */ +#undef ATOMIC_SUPPORT + /* epoll support */ #undef EP_SUPPORT -/* Define to 1 if you have the header file. */ -#undef HAVE_BSD_STRING_H - /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME @@ -17,6 +17,9 @@ /* Define to 1 if you have the `bsd' library (-lbsd). */ #undef HAVE_LIBBSD + +/* Define to 1 if you have the `elwix' library (-lelwix). */ +#undef HAVE_LIBELWIX /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD