Diff for /libaitrpc/inc/config.h.in between versions 1.8 and 1.9

version 1.8, 2013/11/14 21:44:14 version 1.9, 2015/07/02 22:28:14
Line 3 Line 3
 /* Build library with zero-copy return array from RPC client */  /* Build library with zero-copy return array from RPC client */
 #undef CLI_RES_ZCOPY  #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  #undef DEF_RPC_TIMEOUT
   
 /* Define to 1 if you have the <arpa/inet.h> header file. */  /* Define to 1 if you have the <arpa/inet.h> header file. */
Line 121 Line 124
   
 /* Build w/o assert() support */  /* Build w/o assert() support */
 #undef NDEBUG  #undef NDEBUG
   
   /* Disable RPC server */
   #undef ONLY_CLI
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>