Diff for /libaitsync/inc/config.h.in between versions 1.1 and 1.3

version 1.1, 2010/03/24 16:00:15 version 1.3, 2012/11/13 14:19:39
Line 9 Line 9
 /* 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 `z' library (-lz). */  /* Define to 1 if you have the `z' library (-lz). */
 #undef HAVE_LIBZ  #undef HAVE_LIBZ
   
Line 22 Line 25
 /* Define to 1 if you have the `memset' function. */  /* Define to 1 if you have the `memset' function. */
 #undef HAVE_MEMSET  #undef HAVE_MEMSET
   
   /* Define to 1 if you have the `mkstemps' function. */
   #undef HAVE_MKSTEMPS
   
 /* Define to 1 if you have a working `mmap' system call. */  /* Define to 1 if you have a working `mmap' system call. */
 #undef HAVE_MMAP  #undef HAVE_MMAP
   
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.1  
changed lines
  Added in v.1.3


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