--- libaitrpc/inc/config.h.in 2013/11/14 21:44:14 1.8 +++ libaitrpc/inc/config.h.in 2015/07/02 22:28:14 1.9 @@ -3,7 +3,10 @@ /* Build library with zero-copy return array from RPC client */ #undef CLI_RES_ZCOPY -/* Build library with TCP timeout period */ +/* Build library with BLOB timeout period */ +#undef DEF_RPC_BLOB_TIMEOUT + +/* Build library with RPC timeout period */ #undef DEF_RPC_TIMEOUT /* Define to 1 if you have the header file. */ @@ -121,6 +124,9 @@ /* Build w/o assert() support */ #undef NDEBUG + +/* Disable RPC server */ +#undef ONLY_CLI /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT