Diff for /libaitio/inc/config.h.in between versions 1.3 and 1.6

version 1.3, 2010/09/10 12:39:41 version 1.6, 2011/10/31 13:53:51
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 `crypto' library (-lcrypto). */
   #undef HAVE_LIBCRYPTO
   
   /* Define to 1 if you have the `util' library (-lutil). */
   #undef HAVE_LIBUTIL
   
 /* 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 70 Line 76
   
 /* 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

Removed from v.1.3  
changed lines
  Added in v.1.6


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