--- libaitrpc/inc/config.h.in 2010/06/18 01:48:06 1.1.1.1 +++ libaitrpc/inc/config.h.in 2011/08/19 14:46:38 1.2.4.2 @@ -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 @@ -34,6 +37,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. */ #undef HAVE_REALLOC @@ -44,6 +50,9 @@ /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET +/* Define to 1 if you have the `srandomdev' function. */ +#undef HAVE_SRANDOMDEV + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -103,6 +112,9 @@ /* 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