--- libaitsched/inc/config.h.in 2012/01/24 21:59:46 1.2 +++ libaitsched/inc/config.h.in 2012/08/02 12:58:02 1.2.18.1 @@ -1,5 +1,8 @@ /* 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 @@ -8,6 +11,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. */