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

version 1.1.1.1, 2010/06/18 01:48:06 version 1.8.20.2, 2015/07/02 22:20:47
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 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
   
   /* 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 30
 /* 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 `aitcrc' library (-laitcrc). *//* Define to 1 if you have the `aitsched' library (-laitsched). */
#undef HAVE_LIBAITCRC#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). */
   #undef HAVE_LIBPTHREAD
   
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and  /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */     to 0 otherwise. */
 #undef HAVE_MALLOC  #undef HAVE_MALLOC
Line 34 Line 55
 /* Define to 1 if you have the <netinet/in.h> header file. */  /* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H  #undef HAVE_NETINET_IN_H
   
   /* Define to 1 if you have the `pthread_yield' function. */
   #undef HAVE_PTHREAD_YIELD
   
 /* Define to 1 if your system has a GNU libc compatible `realloc' function,  /* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */     and to 0 otherwise. */
 #undef HAVE_REALLOC  #undef HAVE_REALLOC
   
   /* Define to 1 if you have the `schedEnd' function. */
   #undef HAVE_SCHEDEND
   
   /* Define to 1 if you have the `schedInit' function. */
   #undef HAVE_SCHEDINIT
   
 /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT  #undef HAVE_SELECT
   
 /* Define to 1 if you have the `socket' function. */  /* Define to 1 if you have the `socket' function. */
 #undef HAVE_SOCKET  #undef HAVE_SOCKET
   
   /* Define to 1 if you have the `srandomdev' function. */
   #undef HAVE_SRANDOMDEV
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 92 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 104 Line 140
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
 /* 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
    #define below would cause a syntax error. */     #define below would cause a syntax error. */
Line 153 Line 195
 /* Define to rpl_malloc if the replacement function should be used. */  /* Define to rpl_malloc if the replacement function should be used. */
 #undef malloc  #undef malloc
   
 /* Define to `long int' if <sys/types.h> does not define. */  
 #undef off_t  
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t  #undef pid_t
   
 /* Define to rpl_realloc if the replacement function should be used. */  /* Define to rpl_realloc if the replacement function should be used. */
 #undef realloc  #undef realloc
   
 /* Define to `unsigned int' if <sys/types.h> does not define. */  
 #undef size_t  
   
 /* Define to the type of an unsigned integer type of width exactly 16 bits if  /* Define to the type of an unsigned integer type of width exactly 16 bits if
    such a type exists and the standard includes do not define it. */     such a type exists and the standard includes do not define it. */

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


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