Diff for /libaitio/inc/config.h.in between versions 1.1 and 1.2

version 1.1, 2010/02/23 22:54:52 version 1.2, 2010/03/22 15:21:20
Line 3 Line 3
 /* 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 `readline' library (-lreadline). */
   #undef HAVE_LIBREADLINE
   
 /* 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 12 Line 15
   
 /* 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 `readline' function. */
   #undef HAVE_READLINE
   
 /* Define to 1 if your system has a GNU libc compatible `realloc' function,  /* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */     and to 0 otherwise. */

Removed from v.1.1  
changed lines
  Added in v.1.2


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