--- libaitsched/inc/config.h.in 2014/04/27 16:20:37 1.7 +++ libaitsched/inc/config.h.in 2014/05/19 23:14:09 1.7.2.3 @@ -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 @@ -61,15 +64,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 @@ -82,14 +88,14 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION /* 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