Diff for /libaitrpc/inc/config.h.in between versions 1.7 and 1.8.20.2

version 1.7, 2013/03/07 23:10:50 version 1.8.20.2, 2015/07/02 22:20:47
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 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 <arpa/inet.h> header file. */  /* Define to 1 if you have the <arpa/inet.h> header file. */
 #undef HAVE_ARPA_INET_H  #undef HAVE_ARPA_INET_H
   
Line 119 Line 125
 /* 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
   
Line 139 Line 148
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* Build library with TCP session expiration */
   #undef TCP_SESSION_TIMEOUT
   
 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,  /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the     <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the

Removed from v.1.7  
changed lines
  Added in v.1.8.20.2


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