--- libaitrpc/inc/config.h.in 2011/05/02 23:12:08 1.2 +++ libaitrpc/inc/config.h.in 2011/08/29 22:37:06 1.3 @@ -18,6 +18,9 @@ /* Define to 1 if you have the `aitcrc' library (-laitcrc). */ #undef HAVE_LIBAITCRC +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -33,6 +36,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H + +/* Define to 1 if you have the `pthread_yield' function. */ +#undef HAVE_PTHREAD_YIELD /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */