--- libaitrpc/inc/config.h.in 2011/09/07 07:24:21 1.4 +++ libaitrpc/inc/config.h.in 2012/03/15 01:55:32 1.5 @@ -27,6 +27,9 @@ /* Define to 1 if you have the `aitio' library (-laitio). */ #undef HAVE_LIBAITIO +/* Define to 1 if you have the `aitsched' library (-laitsched). */ +#undef HAVE_LIBAITSCHED + /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD @@ -52,6 +55,12 @@ /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */ #undef HAVE_REALLOC + +/* Define to 1 if you have the `schedEnd' function. */ +#undef HAVE_SCHEDEND + +/* Define to 1 if you have the `schedInit' function. */ +#undef HAVE_SCHEDINIT /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT