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

version 1.7, 2013/03/07 23:10:50 version 1.8, 2013/11/14 21:44: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 */
   #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 139 Line 142
   
 /* 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


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