--- libaitsched/inc/config.h.in 2011/08/05 15:52:00 1.1 +++ libaitsched/inc/config.h.in 2013/06/11 16:07:24 1.3.16.1 @@ -1,11 +1,20 @@ /* inc/config.h.in. Generated from configure.in by autoheader. */ +/* Build scheduler library with AIO operations */ +#undef AIO_SUPPORT + /* 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 @@ -42,6 +51,9 @@ /* 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 /* Turn off debug asserts */ #undef NDEBUG