--- libaitsched/inc/config.h.in 2011/08/05 15:52:00 1.1 +++ libaitsched/inc/config.h.in 2014/05/19 22:28:51 1.7.2.2 @@ -1,11 +1,23 @@ /* inc/config.h.in. Generated from configure.in by autoheader. */ +/* Build scheduler library with AIO operations */ +#undef AIO_SUPPORT + +/* Enable epoll support */ +#undef EP_ENABLE + /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* 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 @@ -40,9 +52,24 @@ /* 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 +/* Enable kqueue support */ +#undef KQ_ENABLE + +/* How many kqueue events can scheduling at one time */ +#undef KQ_EVENTS + /* Turn off debug asserts */ #undef NDEBUG @@ -57,9 +84,6 @@ /* 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