--- libaitsched/inc/config.h.in 2012/08/02 12:58:02 1.2.18.1 +++ 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 @@ -49,12 +52,30 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the `timer_create' function. */ +#undef HAVE_TIMER_CREATE + +/* Define to 1 if you have the `timer_delete' function. */ +#undef HAVE_TIMER_DELETE + +/* Define to 1 if you have the `timer_settime' function. */ +#undef HAVE_TIMER_SETTIME + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* 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 @@ -67,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