--- libaitsched/inc/config.h.in 2014/04/27 16:20:37 1.7 +++ libaitsched/inc/config.h.in 2014/05/19 23:27:48 1.7.2.5 @@ -3,6 +3,9 @@ /* Build scheduler library with AIO operations */ #undef AIO_SUPPORT +/* epoll support */ +#undef EP_SUPPORT + /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME @@ -40,6 +43,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -61,15 +70,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Disable kqueue support */ -#undef KQ_DISABLE - /* How many kqueue events can scheduling at one time */ #undef KQ_EVENTS +/* kqueue support */ +#undef KQ_SUPPORT + /* Turn off debug asserts */ #undef NDEBUG +/* select support */ +#undef NO_SUPPORT + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -90,6 +102,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS + +/* support type */ +#undef SUP_ENABLE /* Build libraries with debug information and additional messages */ #undef __DEBUG