--- libaitrpc/inc/config.h.in 2010/06/18 01:48:06 1.1.1.1 +++ libaitrpc/inc/config.h.in 2011/08/29 22:41:05 1.3.2.1 @@ -15,9 +15,21 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `io_arrayDestroy' function. */ +#undef HAVE_IO_ARRAYDESTROY + +/* Define to 1 if you have the `io_arrayInit' function. */ +#undef HAVE_IO_ARRAYINIT + /* Define to 1 if you have the `aitcrc' library (-laitcrc). */ #undef HAVE_LIBAITCRC +/* Define to 1 if you have the `aitio' library (-laitio). */ +#undef HAVE_LIBAITIO + +/* 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 +46,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 +59,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 @@ -104,6 +122,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 @@ -153,17 +174,11 @@ /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc -/* Define to `long int' if does not define. */ -#undef off_t - /* Define to `int' if does not define. */ #undef pid_t /* Define to rpl_realloc if the replacement function should be used. */ #undef realloc - -/* Define to `unsigned int' if does not define. */ -#undef size_t /* Define to the type of an unsigned integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */