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

version 1.11, 2013/03/13 14:54:39 version 1.13, 2014/02/08 22:06:16
Line 12 Line 12
 /* 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 110
   
 /* 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.13


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