--- libaitrpc/inc/config.h.in 2011/08/29 22:37:06 1.3 +++ libaitrpc/inc/config.h.in 2012/11/13 09:22:10 1.6 @@ -1,5 +1,8 @@ /* inc/config.h.in. Generated from configure.in by autoheader. */ +/* Build library with zero-copy return array from RPC client */ +#undef CLI_RES_ZCOPY + /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H @@ -15,9 +18,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 `aitsched' library (-laitsched). */ +#undef HAVE_LIBAITSCHED + /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD @@ -44,6 +59,12 @@ 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 @@ -165,17 +186,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. */