Diff for /libaitio/inc/config.h.in between versions 1.7 and 1.10

version 1.7, 2012/05/19 00:00:12 version 1.10, 2012/08/29 13:51:29
Line 6 Line 6
 /* 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). */
   #undef HAVE_LIBAITCRC
   
 /* 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
   
   /* Define to 1 if you have the `pthread' library (-lpthread). */
   #undef HAVE_LIBPTHREAD
   
 /* Define to 1 if you have the `rt' library (-lrt). */  /* Define to 1 if you have the `rt' library (-lrt). */
 #undef HAVE_LIBRT  #undef HAVE_LIBRT
   
Line 88 Line 94
   
 /* 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 libraries with debug information and additional messages */  
 #undef __DEBUG  
   
 /* 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.7  
changed lines
  Added in v.1.10


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