Diff for /libaitio/inc/config.h.in between versions 1.11 and 1.14

version 1.11, 2013/03/13 14:54:39 version 1.14, 2016/08/18 09:06:31
Line 6 Line 6
 /* Define to 1 if you have the `bzero' function. */  /* Define to 1 if you have the `bzero' function. */
 #undef HAVE_BZERO  #undef HAVE_BZERO
   
   /* Define to 1 if you have the `fpurge' function. */
   #undef HAVE_FPURGE
   
 /* Define to 1 if you have the `getpagesize' function. */  /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE  #undef HAVE_GETPAGESIZE
   
 /* 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 `aitsched' library (-laitsched). */
   #undef HAVE_LIBAITSCHED
   
 /* Define to 1 if you have the `crypto' library (-lcrypto). */  /* Define to 1 if you have the `crypto' library (-lcrypto). */
 #undef HAVE_LIBCRYPTO  #undef HAVE_LIBCRYPTO
   
Line 107 Line 113
   
 /* 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 zero-copy buffer */
   #undef ZCBUF_ENABLE
   
 /* Define to `__inline__' or `__inline' if that's what the C compiler  /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */     calls it, or to nothing if 'inline' is not supported under any name.  */

Removed from v.1.11  
changed lines
  Added in v.1.14


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