Diff for /libaitrpc/inc/config.h.in between versions 1.5 and 1.7.20.1

version 1.5, 2012/03/15 01:55:32 version 1.7.20.1, 2013/11/14 13:37:07
Line 1 Line 1
 /* inc/config.h.in.  Generated from configure.in by autoheader.  */  /* inc/config.h.in.  Generated from configure.in by autoheader.  */
   
   /* Build library with zero-copy return array from RPC client */
   #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
   
   /* Define to 1 if you have the `array_Destroy' function. */
   #undef HAVE_ARRAY_DESTROY
   
   /* Define to 1 if you have the `array_Init' function. */
   #undef HAVE_ARRAY_INIT
   
 /* Define to 1 if you have the `crcFletcher16' function. */  /* Define to 1 if you have the `crcFletcher16' function. */
 #undef HAVE_CRCFLETCHER16  #undef HAVE_CRCFLETCHER16
   
Line 15 Line 27
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
 /* Define to 1 if you have the `io_arrayDestroy' function. */  
 #undef HAVE_IO_ARRAYDESTROY  
   
 /* Define to 1 if you have the `io_arrayInit' function. */  
 #undef HAVE_IO_ARRAYINIT  
   
 /* Define to 1 if you have the `aitcrc' library (-laitcrc). */  
 #undef HAVE_LIBAITCRC  
   
 /* Define to 1 if you have the `aitio' library (-laitio). */  
 #undef HAVE_LIBAITIO  
   
 /* Define to 1 if you have the `aitsched' library (-laitsched). */  /* Define to 1 if you have the `aitsched' library (-laitsched). */
 #undef HAVE_LIBAITSCHED  #undef HAVE_LIBAITSCHED
   
   /* Define to 1 if you have the `elwix' library (-lelwix). */
   #undef HAVE_LIBELWIX
   
 /* Define to 1 if you have the `pthread' library (-lpthread). */  /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD  #undef HAVE_LIBPTHREAD
   
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.5  
changed lines
  Added in v.1.7.20.1


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