--- libaitrpc/inc/config.h.in 2011/09/07 07:24:21 1.4 +++ 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 @@ -27,6 +30,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 +58,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