--- libaitsched/inc/config.h.in 2012/01/08 00:56:16 1.1.1.1.8.1 +++ libaitsched/inc/config.h.in 2014/05/19 23:14:09 1.7.2.3 @@ -1,5 +1,11 @@ /* inc/config.h.in. Generated from configure.in by autoheader. */ +/* 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 @@ -9,6 +15,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD +/* Define to 1 if you have the `rt' library (-lrt). */ +#undef HAVE_LIBRT + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -43,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 @@ -61,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